Skip to content

Commit c8f94a1

Browse files
committed
[Doxygen] fix not recognizing typedef enum
1 parent e63a819 commit c8f94a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ INLINE_SIMPLE_STRUCTS = NO
470470
# types are typedef'ed and only the typedef is referenced, never the tag name.
471471
# The default value is: NO.
472472

473-
TYPEDEF_HIDES_STRUCT = NO
473+
TYPEDEF_HIDES_STRUCT = YES
474474

475475
# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
476476
# cache is used to resolve symbols given their name and scope. Since this can be

0 commit comments

Comments
 (0)