diff options
author | Mu Qiao <qiaomuf@gentoo.org> | 2011-08-04 15:45:38 +0800 |
---|---|---|
committer | Mu Qiao <qiaomuf@gentoo.org> | 2011-08-04 22:15:15 +0800 |
commit | e8f6cef956b5b1b5c5b4a68dbecc52a021cec28b (patch) | |
tree | a9cc509ef9910ca03d4e27318eb327955a6e1cdb | |
parent | Doc: improve \class documentation (diff) | |
download | libbash-e8f6cef956b5b1b5c5b4a68dbecc52a021cec28b.tar.gz libbash-e8f6cef956b5b1b5c5b4a68dbecc52a021cec28b.tar.bz2 libbash-e8f6cef956b5b1b5c5b4a68dbecc52a021cec28b.zip |
Doc: hide undocumented classes and members
-rw-r--r-- | Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |