[Doxygen-users] 1.8.6 no longer creates references to pages
Brought to you by:
dimitri
From: Marcus S. <mar...@ho...> - 2014-01-07 10:27:36
|
Hi @all, the doxygen manual says: "\ref <name> ["(text)"] Creates a reference to a named section, subsection, page or anchor. [...]" This worked fine for me up to 1.8.5 but in 1.8.6 not anymore. Or is there sth. wrong with the following construct? /*! * \mainpage * * \ref A * \ref B * */ /* * \page A * Hello, World! * */ /* * \page B * doxygen rulez! * */ >From 1.8.6 on these errors occur: example.h:4: warning: unable to resolve reference to `A' for \ref command example.h:5: warning: unable to resolve reference to `B' for \ref command example.h:4: warning: unable to resolve reference to `A' for \ref command example.h:5: warning: unable to resolve reference to `B' for \ref command Is this a bug or am I using it wrongly? Thanks in advance, Marcus -- Marcus Stein Honda Research Institute Europe GmbH Carl-Legien-Str. 30 63073 Offenbach/Main Germany Phone: +49 (0)69 / 89011-762 E-Mail: mar...@ho... |