5 lines
116 B
Plaintext
5 lines
116 B
Plaintext
|
#!/bin/bash
|
||
|
# Script used to filter Python files such that it can be used together with
|
||
|
# Doxygen
|
||
|
doxypypy -a -c $1
|