summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2011-11-24 14:16:37 +0000
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2014-09-26 16:31:26 +0200
commit1f72a26774316af0e5b277271261213e02972234 (patch)
treee79a0fd9678d18cd6b5cf90e536096e8b2836c2c /doc
parent3a5a1c46404354f3a8911149f65c568a3166395c (diff)
downloadlibva-1f72a26774316af0e5b277271261213e02972234.tar.gz
doc: improve Doxyfile configuration.
Diffstat (limited to 'doc')
-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.