diff options
-rw-r--r-- | doc/reference.doxygen.in | 8 | ||||
-rw-r--r-- | src/gui/App.hpp | 3 |
2 files changed, 4 insertions, 7 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 diff --git a/src/gui/App.hpp b/src/gui/App.hpp index 4a4b6580..f9b39d40 100644 --- a/src/gui/App.hpp +++ b/src/gui/App.hpp @@ -48,9 +48,6 @@ namespace Ingen { } } -/** \defgroup GUI GTK GUI - */ - namespace Ingen { namespace GUI { |