aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMu Qiao <qiaomuf@gentoo.org>2011-08-04 15:45:38 +0800
committerMu Qiao <qiaomuf@gentoo.org>2011-08-04 22:15:15 +0800
commite8f6cef956b5b1b5c5b4a68dbecc52a021cec28b (patch)
treea9cc509ef9910ca03d4e27318eb327955a6e1cdb
parentDoc: improve \class documentation (diff)
downloadlibbash-e8f6cef956b5b1b5c5b4a68dbecc52a021cec28b.tar.gz
libbash-e8f6cef956b5b1b5c5b4a68dbecc52a021cec28b.tar.bz2
libbash-e8f6cef956b5b1b5c5b4a68dbecc52a021cec28b.zip
Doc: hide undocumented classes and members
-rw-r--r--Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index a062f24..8ed80b5 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -337,14 +337,14 @@ EXTRACT_ANON_NSPACES = NO
# various overviews, but no documentation section is generated.
# This option has no effect if EXTRACT_ALL is enabled.
-HIDE_UNDOC_MEMBERS = NO
+HIDE_UNDOC_MEMBERS = YES
# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
# undocumented classes that are normally visible in the class hierarchy.
# If set to NO (the default) these classes will be included in the various
# overviews. This option has no effect if EXTRACT_ALL is enabled.
-HIDE_UNDOC_CLASSES = NO
+HIDE_UNDOC_CLASSES = YES
# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
# friend (class|struct|union) declarations.