Re: [Doxygen-users] Dollar signs in function names
Brought to you by:
dimitri
From: Uwe S. <u.s...@gm...> - 2015-01-10 17:54:21
|
Uwe Scholz <u.s...@gm...> schrieb am [Sa, 10.01.2015 13:56]: > Here is what I did so far: > 1: doxygen -g > 2: Set EXTRACT_ALL to YES I forgot to write the following after point 2: INPUT_FILTER = "sed 's/s\$/__sdollar__/g'" FILTER_SOURCE_FILES = YES > 3: echo "void s$foo_bar();" > foo.c > 4: doxygen > 5: for II in $(find html/ -type f); do sed 's/__sdollar__/s\$/g' -i $II; done Regards Uwe |