I have a question.
I have a mainpage in Doxygen documentation, inside which, the end comment delimiter “*/” is in a comment, and that is where Doxygen stops generating the page, because it thinks that is the end of it. How can I make Doxygen copy it without processing it?
It looks something like this:
/**
@mainpage
The end comment delimiter in Doxygen is */
... bla bla bla...
**/
Here I should mention that I have already tried @code and @verbatim, but those are making code blocks, which I do not desire.
Thanks in advance!
It is also a bit of a hack, but for HTML and LaTeX output you could use
Along with the following alias definition in the config file: