From 1f72a26774316af0e5b277271261213e02972234 Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Thu, 24 Nov 2011 14:16:37 +0000 Subject: doc: improve Doxyfile configuration. --- doc/Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/Doxyfile b/doc/Doxyfile index 03b44d8..920dd3f 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -282,7 +282,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. @@ -1041,7 +1041,7 @@ DISABLE_INDEX = NO # that doxygen will group on one line in the generated HTML documentation. # Note that a value of 0 will completely suppress the enum values from appearing in the overview section. -ENUM_VALUES_PER_LINE = 4 +ENUM_VALUES_PER_LINE = 1 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index # structure should be generated to display hierarchical information. -- cgit v1.2.1