-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
C/C++enhancementa request to enhance doxygen, not a buga request to enhance doxygen, not a bugfixed but not releasedBug is fixed in github, but still needs to make its way to an official releaseBug is fixed in github, but still needs to make its way to an official release
Description
Describe the bug
Python classes are ordered alphabetically, rather than by declaration order, even when all SORT configs are turned off.
Screenshots
The following module renders as shown below.
"""Demo module"""
class C():
pass
class B():
pass
class A():
pass
To Reproduce
Demo attached, but it is merely the above module with the following Doxyfile edits.
OPTIMIZE_OUTPUT_JAVA = YES
SORT_MEMBER_DOCS = NO
Version
Doxygen 1.14.0 (e065319*)
Windows 11 Pro 64-bit
Metadata
Metadata
Assignees
Labels
C/C++enhancementa request to enhance doxygen, not a buga request to enhance doxygen, not a bugfixed but not releasedBug is fixed in github, but still needs to make its way to an official releaseBug is fixed in github, but still needs to make its way to an official release