Skip to content

Commit 426fda5

Browse files
committed
Update Doxygen configuration
1 parent 7cce149 commit 426fda5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doxyfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ INLINE_SIMPLE_STRUCTS = NO
389389
# types are typedef'ed and only the typedef is referenced, never the tag name.
390390
# The default value is: NO.
391391

392-
TYPEDEF_HIDES_STRUCT = NO
392+
TYPEDEF_HIDES_STRUCT = YES
393393

394394
# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
395395
# cache is used to resolve symbols given their name and scope. Since this can be
@@ -416,7 +416,7 @@ LOOKUP_CACHE_SIZE = 0
416416
# normally produced when WARNINGS is set to YES.
417417
# The default value is: NO.
418418

419-
EXTRACT_ALL = NO
419+
EXTRACT_ALL = YES
420420

421421
# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
422422
# be included in the documentation.

0 commit comments

Comments
 (0)