From c3fc9fd4005e4e8a36d0da3590b23dd6fe028531 Mon Sep 17 00:00:00 2001 From: Nathan Osman Date: Sat, 15 Oct 2016 22:26:01 -0700 Subject: [PATCH] Prevent multiple enum values from appearing on one line. --- doc/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 3b96ecd..f36e921 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -1394,7 +1394,7 @@ GENERATE_TREEVIEW = NO # Minimum value: 0, maximum value: 20, default value: 4. # This tag requires that the tag GENERATE_HTML is set to YES. -ENUM_VALUES_PER_LINE = 4 +ENUM_VALUES_PER_LINE = 1 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used # to set the initial width (in pixels) of the frame in which the tree is shown.