diff options
author | David Robillard <d@drobilla.net> | 2020-10-29 17:54:55 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-10-30 10:58:31 +0100 |
commit | caf17373026a9de07ccd72edc282d46486257fb5 (patch) | |
tree | 99d68a4dbc4f3d08a075e6e3653ccde5aa6b0712 /doc | |
parent | d7703c822c7b2373615a972f02667287635c667b (diff) | |
download | pugl-caf17373026a9de07ccd72edc282d46486257fb5.tar.gz pugl-caf17373026a9de07ccd72edc282d46486257fb5.tar.bz2 pugl-caf17373026a9de07ccd72edc282d46486257fb5.zip |
Clean up installed man pages
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mainpage.md | 4 | ||||
-rw-r--r-- | doc/reference.doxygen.in | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/mainpage.md b/doc/mainpage.md index 3204a36..84f4722 100644 --- a/doc/mainpage.md +++ b/doc/mainpage.md @@ -4,8 +4,8 @@ This is the documentation for Pugl, a minimal API for writing GUIs. Pugl is implemented in C, but also provides a header-only C++ API wrapper. - * [C API reference](@ref pugl_c) - * [C++ API reference](@ref pugl_cxx) + * [C API reference](@ref pugl) + * [C++ API reference](@ref puglxx) ## Overview diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index 5fecdbe..b3d5acd 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -670,7 +670,7 @@ SHOW_FILES = YES # Folder Tree View (if specified). # The default value is: YES. -SHOW_NAMESPACES = YES +SHOW_NAMESPACES = NO # The FILE_VERSION_FILTER tag can be used to specify a program or script that # doxygen should invoke to get the current version for each file (typically from |