diff options
author | David Robillard <d@drobilla.net> | 2009-05-28 21:50:07 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-05-28 21:50:07 +0000 |
commit | 588c18fea9b44064153ba08c16fdb1b49c1ce5fc (patch) | |
tree | 706170926a67978d5bfb1eec6ea9467ca174cd80 /doc | |
parent | ce2e40f296f9360291ebbfd0fabc4b6c06b715c4 (diff) | |
download | ingen-588c18fea9b44064153ba08c16fdb1b49c1ce5fc.tar.gz ingen-588c18fea9b44064153ba08c16fdb1b49c1ce5fc.tar.bz2 ingen-588c18fea9b44064153ba08c16fdb1b49c1ce5fc.zip |
Spiff up documentation.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2037 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference.doxygen.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index 01abea3d..d0725c38 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -741,7 +741,7 @@ ALPHABETICAL_INDEX = NO # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns # in which this list will be split (can be a number in the range [1..20]) -COLS_IN_ALPHA_INDEX = 5 +COLS_IN_ALPHA_INDEX = 1 # In case all classes in a project start with a common prefix, all # classes will be put under the same header in the alphabetical index. @@ -874,7 +874,7 @@ BINARY_TOC = NO # The TOC_EXPAND flag can be set to YES to add extra items for group members # to the contents of the HTML help documentation and to the tree view. -TOC_EXPAND = NO +TOC_EXPAND = YES # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and QHP_VIRTUAL_FOLDER # are set, an additional index file will be generated that can be used as input for @@ -934,7 +934,7 @@ DISABLE_INDEX = NO # This tag can be used to set the number of enum values (range [1..20]) # that doxygen will group on one line in the generated HTML documentation. -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. |