GNOME Bugzilla – Bug 673045
Multi-line /// replaced by /** */ in Markdown
Last modified: 2012-05-19 12:26:39 UTC
The following documentation placed in a Markdown .md file: \verbatim /// /// ... text ... /// \endverbatim will produce the following output: /** * ... text ... * */ Actually, I have not found any way to produce multiple /// on consecutive lines in a Markdown file. A single-line /// will end up as /// though.
Confirmed. Should be corrected in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.1. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant.