Uwe Scholz <u.schol...@gmx.de> 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

------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to