doc: improve Doxyfile configuration.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Thu, 24 Nov 2011 14:16:37 +0000 (14:16 +0000)
committerXiang, Haihao <haihao.xiang@intel.com>
Fri, 10 Oct 2014 06:56:18 +0000 (14:56 +0800)
(cherry picked from commit 1f72a26774316af0e5b277271261213e02972234)

doc/Doxyfile

index 03b44d8..920dd3f 100644 (file)
@@ -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.