GNOME Bugzilla – Bug 767171
ALIASES stop working after verbatim with formula and /** */
Last modified: 2016-09-05 13:45:21 UTC
Created attachment 328980 [details] Image of the bug ALIASES stop working if after the following @verbatim in the (markdown.file) @verbatim /** \f[ \f] */ @endverbatim --------------------------------------------------------------------------- Better description: https://docs.google.com/document/d/1fLcEnctIFOpGEZoGa5zpdvOTX0g0yxEuC2lZTHrYkqo/edit# OR: 1) Make a file with the following text inside: Description {#mainpage} ======================= ## TEST Before verbatim @helloworld @verbatim /** \f[ \f] */ @endverbatim After verbatim @helloworld 2) doxygen -g config 3) sed -i 's/ALIASES =/ALIASES = "helloworld=Hello World"/' ./config 4) doxygen config 5) open up html/index.html and you get (screenshot)
I've just pushed a proposed patch to github (pull request 482).
Patch has been integrated in main branch of doxygen.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.12. 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 (preferably in the form of a self-contained example).