summaryrefslogtreecommitdiff
path: root/doc/Doxyfile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-05-12 14:58:14 +0200
committerAnton Khirnov <anton@khirnov.net>2013-05-24 09:12:00 +0200
commite69222c50755030eef921e899e38b71a111093d9 (patch)
tree77f2717293c1ffb1a454718f3abf5518e8ef5feb /doc/Doxyfile
parente9e5a1bdc769a7225ab0d4f8b33bcacc6496bd68 (diff)
doxy: enable TYPEDEF_HIDES_STRUCT
This means that typedef struct SomeStruct {...} SomeStruct will only be documented as SomeStruct in the doxy, without a pointless entry in the typedefs list.
Diffstat (limited to 'doc/Doxyfile')
-rw-r--r--doc/Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index e330ad719d..ae6547805e 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -277,7 +277,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.