GNOME Bugzilla – Bug 684324
Strange behavior when placing cite within brief.
Last modified: 2013-09-16 17:19:44 UTC
Created attachment 224665 [details] An archive containing test.h, Doxyfile and testref.bib. Using this file to generate html and latex output illustrates the problem well. I have been using the cite command together with brief within a few different doxygen comment context such as module, class, struct, function and typedef. The comments resides within C++ code. Examples: /** * \defgroup grp1 Group 1 * * \brief Foo bar see \cite report:FooBar * * Detailed foo bar. */ And the result I get is that the cite and everything written after it in the brief ends up in detailed description section of the different contexts and it is no difference between the Latex and the HTML output.
I have tested this with 1.8.3.1 on Ubuntu 12.10 and the strange behavior still remains.
I have tested this with 1.8.4 in RedHat 5.6 and the issue still remains. /**@brief See \cite report:FooBar * * Detalied foo bar. */ class FooBar { FooBar(); virtual ~FooBar() }; This results in the following PDF ... X.X FooBar Class Reference See X.X.1 Detailed Description [1]. Detailed foo bar.
Confirmed. Should be fixed in the next GIT update.
*** Bug 700788 has been marked as a duplicate of this bug. ***
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.5. 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.
Tested it with doxygen 1.8.5 on Xubuntu 13.04 and it worked perfectly.