Skip to content

Doxygen replaces # by :: #10949

@Mario-Klebsch

Description

@Mario-Klebsch

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. :-(

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions