diff options
author | David Robillard <d@drobilla.net> | 2008-10-02 05:26:47 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-10-02 05:26:47 +0000 |
commit | 0a3a94d1f639b595039775f3c4e42e77775f2750 (patch) | |
tree | 4dd566e17e6713facd4c83bfd48e96bd23ea20b3 /doc | |
parent | 38761ec2b70605e7ad126691075a448a357db912 (diff) | |
download | ingen-0a3a94d1f639b595039775f3c4e42e77775f2750.tar.gz ingen-0a3a94d1f639b595039775f3c4e42e77775f2750.tar.bz2 ingen-0a3a94d1f639b595039775f3c4e42e77775f2750.zip |
Trim Ingen documentation a bit.
Use fancy sidebar thing.
Fix documentation errors.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1590 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference.doxygen.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index 5ef60590..ce3532e5 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -423,7 +423,7 @@ GENERATE_BUGLIST = YES # disable (NO) the deprecated list. This list is created by putting # \deprecated commands in the documentation. -GENERATE_DEPRECATEDLIST= YES +GENERATE_DEPRECATEDLIST= NO # The ENABLED_SECTIONS tag can be used to enable conditional # documentation sections, marked by \if sectionname ... \endif. @@ -456,7 +456,7 @@ SHOW_DIRECTORIES = NO # This will remove the Files entry from the Quick Index and from the # Folder Tree View (if specified). The default is YES. -SHOW_FILES = YES +SHOW_FILES = NO # Set the SHOW_NAMESPACES tag to NO to disable the generation of the # Namespaces page. This will remove the Namespaces entry from the Quick Index @@ -691,7 +691,7 @@ USE_HTAGS = NO # will generate a verbatim copy of the header file for each class for # which an include is specified. Set to NO to disable this. -VERBATIM_HEADERS = YES +VERBATIM_HEADERS = NO #--------------------------------------------------------------------------- # configuration options related to the alphabetical class index @@ -867,7 +867,7 @@ ENUM_VALUES_PER_LINE = 4 # releases of Doxygen, the values YES and NO are equivalent to FRAME and NONE # respectively. -GENERATE_TREEVIEW = NO +GENERATE_TREEVIEW = YES # 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 |