-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
I have this following source code test.cpp:
/** a#b */
void foo(){}
and the following Doxyfile:
GENERATE_XML=YES
GENERATE_HTML=NO
GENERATE_LATEX=NO
But the text is changed, "#" gets changed to "::":
$ grep para xml/test*cpp.xml
<para>a::b </para>
$
I tried doxygen version 1.9.8
I tried to search doxygen documentation for any special meaning of '#'-Chars, but did not find any usefull information. :-(