]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Doxygen: set HIDE_SCOPE_NAMES.
authorNick Mathewson <nickm@torproject.org>
Tue, 5 Nov 2019 17:43:38 +0000 (12:43 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 5 Nov 2019 17:43:38 +0000 (12:43 -0500)
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.

Doxyfile.in

index d0ff030ae08635b95079c54430ae7127727d445c..2e1a6d0c2329b33f8ec90a34e1b479e78d173cfb 100644 (file)
@@ -558,7 +558,7 @@ CASE_SENSE_NAMES       = YES
 # scope will be hidden.
 # 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
 # append additional text to a page's title, such as Class Reference. If set to