From 95efc6993f6b7d39293c4e22d44d90f2aa3708ac Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 19 Jun 2017 21:46:29 +0200 Subject: 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 --- Doxyfile.gsm.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doxyfile.gsm.in') diff --git a/Doxyfile.gsm.in b/Doxyfile.gsm.in index 742adc22..dbb5df63 100644 --- a/Doxyfile.gsm.in +++ b/Doxyfile.gsm.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. -- cgit v1.2.3