summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2023-02-22 12:42:55 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2023-02-22 12:42:55 +0100
commita3f7c63249c08d7828cb3b98a6d9a9091543fbf8 (patch)
treeca6599e46ebc0b9cd297e0eb3ea6b58634f73cd4
parent44b19489e490c02acb949420370d313016945103 (diff)
downloadglibmm-a3f7c63249c08d7828cb3b98a6d9a9091543fbf8.tar.gz
Doxyfile.in: Don't hide undocumented classes
Might make the inheritance diagrams less incomplete when Doxygen's tag files are not perfect.
-rw-r--r--docs/reference/Doxyfile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in
index 24c2da85..a94753e2 100644
--- a/docs/reference/Doxyfile.in
+++ b/docs/reference/Doxyfile.in
@@ -67,8 +67,8 @@ EXTRACT_STATIC = NO
EXTRACT_LOCAL_CLASSES = NO
EXTRACT_LOCAL_METHODS = NO
EXTRACT_ANON_NSPACES = NO
-HIDE_UNDOC_MEMBERS = YES
-HIDE_UNDOC_CLASSES = YES
+HIDE_UNDOC_MEMBERS = NO
+HIDE_UNDOC_CLASSES = NO
HIDE_FRIEND_COMPOUNDS = YES
HIDE_IN_BODY_DOCS = YES
INTERNAL_DOCS = NO