diff options
author | Chad Versace <chad.versace@linux.intel.com> | 2012-05-11 17:56:40 -0700 |
---|---|---|
committer | Chad Versace <chad.versace@linux.intel.com> | 2012-05-11 18:58:54 -0700 |
commit | 2218269adfafe214504029362e4a633e493a8e61 (patch) | |
tree | d4ce73b618b341c0f827d147b3cc993d0cd95db7 | |
parent | e1b0093ea73a0feb4970b26121b99d2da3938879 (diff) |
doxygen: Suppress enum values in overview
ENUM_VALUES_PER_LINE = 0
The enum names are still listed in the details section.
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
-rw-r--r-- | doxygen/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/Doxyfile b/doxygen/Doxyfile index 937f95f..7026825 100644 --- a/doxygen/Doxyfile +++ b/doxygen/Doxyfile @@ -1138,7 +1138,7 @@ GENERATE_TREEVIEW = NO # 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 = 0 # By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories, # and Class Hierarchy pages using a tree view instead of an ordered list. |