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

Add xen and xen-common

File size: 198 bytes
Line 
1#!/bin/sh
2
3#
4# Doxyfilter <source-root> <filename>
5#
6
7dir=$(dirname "$0")
8
9PYFILTER="$dir/pythfilter.py"
10
11if [ "${2/.py/}" != "$2" ]
12then
13    python "$PYFILTER" -r "$1" -f "$2"
14else
15    cat "$2"
16fi
Note: See TracBrowser for help on using the repository browser.