yate/kdoc-filter.sh
2004-09-11 10:43:49 +00:00

8 lines
139 B
Bash
Executable file

#!/bin/sh
# Filter the Yate header files so they can be parsed by kdoc
filter='s/FORMAT_CHECK(.*)//'
test -f "$2" && sed "$filter" "$2"