GNOME Bugzilla – Bug 302718
@name sections get randomly reordered
Last modified: 2013-04-28 15:28:23 UTC
Version details: 1.4.0 Distribution/Version: Debian [forwarded from http://bugs.debian.org/294568] Using doxygen to document a C code, and I use the @name feature to group together elements together. The problem is that the sections get reodered randomly in the produced documentation. Attached is a very small test.h file and the associated Doxyfile to reproduce the issue. After running "doxygen Doxyfile", check the html/group__test.html file. Althrough "a) First section" is declared on top of the file, it appears after "b) second section". I did quite a few googling to find a work around, but found none even if I don't seem to be the only one trapped by this issue. For example: http://sourceforge.net/mailarchive/message.php?msg_id=2248741 Thanks for your time, and sorry for repporting an upstream bug here, but I hate the sourceforge bug tracker interface....
Created attachment 45936 [details] test file
Created attachment 45937 [details] test file
Ran the example with version 1.4.0 and saw as order b), a), c) confirming the problem. With version 1.8.3.1 the order is a), b), c). Looks to me that the problem has been solved in the mean time.
Setting to fixed as suggested. Please reopen this bug report if you still see this issue with the latest version of doxygen. Add a self-contained example (source+config file in a zip or tar) if possible.