source:
trunk/packages/xen-common/xen-common/docs/Doxyfilter
@
95
Last change on this file since 95 was 34, checked in by hartmans, 17 years ago | |
---|---|
File size: 198 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | # |
4 | # Doxyfilter <source-root> <filename> |
5 | # |
6 | |
7 | dir=$(dirname "$0") |
8 | |
9 | PYFILTER="$dir/pythfilter.py" |
10 | |
11 | if [ "${2/.py/}" != "$2" ] |
12 | then |
13 | python "$PYFILTER" -r "$1" -f "$2" |
14 | else |
15 | cat "$2" |
16 | fi |
Note: See TracBrowser
for help on using the repository browser.