diff options
Diffstat (limited to 'LUFA/Doxygen.conf')
-rw-r--r-- | LUFA/Doxygen.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Doxygen.conf b/LUFA/Doxygen.conf index 74a3e24c6..afe29e0a9 100644 --- a/LUFA/Doxygen.conf +++ b/LUFA/Doxygen.conf @@ -269,7 +269,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 = NO
+TYPEDEF_HIDES_STRUCT = YES
# 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.
|