[Doxygen-users] \todo inside C# XML comment
Brought to you by:
dimitri
From: Clemens F. <c....@os...> - 2018-05-07 16:56:06
|
Hello I have an issue with the \todo command being used inside C# XML comments: Warnings are generated inside the log-file: "warning:Unexpected tag dd found" The HTML output of the TODO list (at "related pages") is damaged. Note that technically the TODO list is made from a HTML "description list" which may explain the mysterious warning about the <dd> tag. I believe my issue is essentially the same as bug #746419 https://bugzilla.gnome.org/show_bug.cgi?id=746419#c0 I can confirm that entering a empty comment line after the \todo mysteriously improve the situation. I have a minimal working example. Shall I append this to the ticket (which is from 2015) or create a new ticket? Has anybody the same observation? Thanks Clemens |