diff options
-rw-r--r-- | doc/Doxyfile-internals.in | 2 | ||||
-rw-r--r-- | doc/Doxyfile.in | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/Doxyfile-internals.in b/doc/Doxyfile-internals.in index 779b77693..b3887701f 100644 --- a/doc/Doxyfile-internals.in +++ b/doc/Doxyfile-internals.in @@ -17,7 +17,7 @@ # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = "@PACKAGE_NAME@ (@PACKAGE_TARNAME@)" +PROJECT_NAME = "@PACKAGE_NAME@ (@PACKAGE_TARNAME@) Internals" # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 2171275c2..b7031fe16 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -17,7 +17,7 @@ # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = "@PACKAGE_NAME@ (@PACKAGE_TARNAME@)" +PROJECT_NAME = "@PACKAGE_NAME@ (@PACKAGE_TARNAME@) API" # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or @@ -703,7 +703,7 @@ ENUM_VALUES_PER_LINE = 4 # Netscape 6.0+, Internet explorer 5.0+, or Konqueror). Windows users are # probably better off using the HTML help feature. -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 |