mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +01:00
Doxygen: set HIDE_SCOPE_NAMES.
This option tells doxygen to describe a member "member" of a struct "container" as "member", not "container::member". C doesn't use the :: syntax, so this should help us with readability.
This commit is contained in:
parent
36bceacdcd
commit
de4ffebcf0
1 changed files with 1 additions and 1 deletions
|
@ -558,7 +558,7 @@ CASE_SENSE_NAMES = YES
|
||||||
# scope will be hidden.
|
# scope will be hidden.
|
||||||
# The default value is: NO.
|
# The default value is: NO.
|
||||||
|
|
||||||
HIDE_SCOPE_NAMES = NO
|
HIDE_SCOPE_NAMES = YES
|
||||||
|
|
||||||
# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
|
# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
|
||||||
# append additional text to a page's title, such as Class Reference. If set to
|
# append additional text to a page's title, such as Class Reference. If set to
|
||||||
|
|
Loading…
Add table
Reference in a new issue