Hi,
Today I noticed that the '@ref' command is not working as documented.
Here is a quote from the docs:
For LaTeX documentation the reference command will generate
a section number for sections or the text followed by a page
number if <name> refers to an anchor.
However, all versions of doxygen I tried (1.7.1, 1.7.3, 1.8.4, git)
*always* generated a link using the name of the section/page instead
of a numbered reference. Please find a simple example to reproduce
this behavior attached.
I attempted to fix this by messing around in the visitPre(DocRef*)
method of LatexDocVisitor, but everything I tried led to some ill
side effects, i.e., there seems to be something more required. Any
help would be appreciated.
Thanks,
Markus
|