diff options
Diffstat (limited to 'support/doxygen')
-rw-r--r-- | support/doxygen/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doxygen/Doxyfile b/support/doxygen/Doxyfile index a267c36..6dbce7d 100644 --- a/support/doxygen/Doxyfile +++ b/support/doxygen/Doxyfile @@ -281,7 +281,7 @@ SUBGROUPING = YES # be useful for C code in case the coding convention dictates that all compound # types are typedef'ed and only the typedef is referenced, never the tag name. -TYPEDEF_HIDES_STRUCT = YES +TYPEDEF_HIDES_STRUCT = NO # The SYMBOL_CACHE_SIZE determines the size of the internal cache use to # determine which symbols to keep in memory and which to flush to disk. |