Bläddra i källkod

Output one enum value per line

Daniele Bartolini 10 år sedan
förälder
incheckning
b66f547dca
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      docs/doxygen/Doxyfile.doxygen

+ 1 - 1
docs/doxygen/Doxyfile.doxygen

@@ -1429,7 +1429,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.