Skip to content
Snippets Groups Projects
Commit 7c37cd43 authored by Philipp Spilger's avatar Philipp Spilger
Browse files

feat(Doxygen): sort class list by full name

* includes namespaces in sorting
* leads to better-readable order

Change-Id: I04f68e49d391457da7fb8782611e0b4ed13aa714
parent 24b533dd
No related branches found
No related tags found
No related merge requests found
...@@ -686,7 +686,7 @@ SORT_GROUP_NAMES = NO ...@@ -686,7 +686,7 @@ SORT_GROUP_NAMES = NO
# list. # list.
# The default value is: NO. # The default value is: NO.
SORT_BY_SCOPE_NAME = NO SORT_BY_SCOPE_NAME = YES
# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper # If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper
# type resolution of all parameters of a function it will reject a match between # type resolution of all parameters of a function it will reject a match between
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment