[Doxygen-develop] Bug in \link foo::foo constructor \endlink
Brought to you by:
dimitri
From: Stefan W. <dox...@ma...> - 2002-10-02 14:18:47
|
(and again ...) Hi there! It seams that I found a funny bug. \link foo::foo constructor \endlink is parsed as \link foo::foo const ructor \endlink (please note the space in const ructor!) and thus results in a warning and a missing link. Workaround: "\link foo::foo Constructor \endlink" with a upper case "C" I using doxygen 1.2.17. Stefan BTW: Shall bugs be posted to doxygen-users, doxygen-develop or both and is there a up-to-date list of bugs available online? //////////////////////////////////////////////////////////////////////////// /*! \brief Mail signature \author Stefan Wahl \since doxygen 1.12.10 \note Please reply to the list. That's why it exists. */ //////////////////////////////////////////////////////////////////////////// |