summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2011-11-24 14:16:37 +0000
committerXiang, Haihao <haihao.xiang@intel.com>2014-10-10 14:56:18 +0800
commit618cbefa49fe2b37c0dc61549fd1edf1ca64fd52 (patch)
treeb8bda8654ed6ab37aabdf01d9aaf8a8bfac93db1
parent47b3f90811c434c19ac6022b0931eb22b9105edd (diff)
downloadlibva-618cbefa49fe2b37c0dc61549fd1edf1ca64fd52.tar.gz
doc: improve Doxyfile configuration.
(cherry picked from commit 1f72a26774316af0e5b277271261213e02972234)
-rw-r--r--doc/Doxyfile4
1 files changed, 2 insertions, 2 deletions
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.