commit aebde73629d3df191beccd8afd794a8f05d3dfa5
parent 58d7f9e68bfa69f831ed81c5e7924d32c1c2d764
Author: Nick Mathewson <nickm@torproject.org>
Date: Wed, 6 Nov 2019 18:29:16 -0500
Merge branch 'ticket32386'
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Doxyfile.in b/Doxyfile.in
@@ -435,7 +435,7 @@ INLINE_SIMPLE_STRUCTS = NO
# types are typedef'ed and only the typedef is referenced, never the tag name.
# The default value is: NO.
-TYPEDEF_HIDES_STRUCT = NO
+TYPEDEF_HIDES_STRUCT = YES
# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
# cache is used to resolve symbols given their name and scope. Since this can be
@@ -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