Hello, if i have a doxygen comment like: - @para more find mode details here: <a href="http://anysite?andspaces%5faPlace&selection=Guide.rtf">Guide.rtf</a> - (note the "&") the doxygen xml output will be:
<para>find mode details here: <ulink url="http://anysite?andspaces%5faPlace&selection=Guide.rtf">Guide.rtf</ulink></para>
it is possible to fix this somehow?
I mean the correct output of "&" in xml is : & + amp + ; (all together)
Since this bug was never fixed I wrote a bug report: https://bugzilla.gnome.org/show_bug.cgi?id=728740
Log in to post a comment.
Hello,
if i have a doxygen comment like:
-
@para more
find mode details here: <a href="http://anysite?andspaces%5faPlace&selection=Guide.rtf">Guide.rtf</a>
-
(note the "&") the doxygen xml output will be:
<para>find mode details here: <ulink url="http://anysite?andspaces%5faPlace&selection=Guide.rtf">Guide.rtf</ulink></para>
it is possible to fix this somehow?
I mean the correct output of "&" in xml is : & + amp + ; (all together)
Since this bug was never fixed I wrote a bug report: https://bugzilla.gnome.org/show_bug.cgi?id=728740