We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cce149 commit 426fda5Copy full SHA for 426fda5
Doxyfile
@@ -389,7 +389,7 @@ INLINE_SIMPLE_STRUCTS = NO
389
# types are typedef'ed and only the typedef is referenced, never the tag name.
390
# The default value is: NO.
391
392
-TYPEDEF_HIDES_STRUCT = NO
+TYPEDEF_HIDES_STRUCT = YES
393
394
# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
395
# cache is used to resolve symbols given their name and scope. Since this can be
@@ -416,7 +416,7 @@ LOOKUP_CACHE_SIZE = 0
416
# normally produced when WARNINGS is set to YES.
417
418
419
-EXTRACT_ALL = NO
+EXTRACT_ALL = YES
420
421
# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
422
# be included in the documentation.
0 commit comments