Filter YCLASS*() macros when generating documentation, they confuse the parsers.

git-svn-id: http://yate.null.ro/svn/yate/trunk@2651 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2009-05-26 14:57:00 +00:00
parent 0a6be5b4d1
commit aaba29f467
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ else
fi
fi
filter='s/FORMAT_CHECK(.*)//; s/[A-Z]*_API//'
filter='s/FORMAT_CHECK(.*)//; s/[A-Z]*_API//; s/^.*YCLASS.*)$//'
sed "$filter" "$f"