File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -389,7 +389,7 @@ INLINE_SIMPLE_STRUCTS = NO
389
389
# types are typedef'ed and only the typedef is referenced, never the tag name.
390
390
# The default value is: NO.
391
391
392
- TYPEDEF_HIDES_STRUCT = NO
392
+ TYPEDEF_HIDES_STRUCT = YES
393
393
394
394
# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
395
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
416
# normally produced when WARNINGS is set to YES.
417
417
# The default value is: NO.
418
418
419
- EXTRACT_ALL = NO
419
+ EXTRACT_ALL = YES
420
420
421
421
# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
422
422
# be included in the documentation.
You can’t perform that action at this time.
0 commit comments