aboutsummaryrefslogtreecommitdiffstats
path: root/Doxyfile.codec.in
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-06-19 21:46:29 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-06-23 00:18:24 +0000
commit95efc6993f6b7d39293c4e22d44d90f2aa3708ac (patch)
tree1472197467c97552ba2e4fd2ee525fc00e4255d1 /Doxyfile.codec.in
parent17518fe393a37781c84d09836256bb1a6256032b (diff)
doxygen: config: one enum val per line
In the generated API doc, do not print multiple enum values on the same line, because this makes the lists pretty much unreadable. Change-Id: I63d6f42567f532851e19eb8a6c842e418ce666af
Diffstat (limited to 'Doxyfile.codec.in')
-rw-r--r--Doxyfile.codec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.codec.in b/Doxyfile.codec.in
index 247a8b3a..037ef7a4 100644
--- a/Doxyfile.codec.in
+++ b/Doxyfile.codec.in
@@ -1069,7 +1069,7 @@ DISABLE_INDEX = 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 = 1
# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
# structure should be generated to display hierarchical information.