summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>2001-04-04 22:20:52 +0000
committerpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>2001-04-04 22:20:52 +0000
commitdd615af197bd62b023860f6a8f31521f1ef0d8f2 (patch)
tree996259655157c16d138cca7e99d7a32a471e8999
parentb139aafb3c6a9a98f25cfdd2a275d63c5ddbc570 (diff)
downloadppe42-gcc-dd615af197bd62b023860f6a8f31521f1ef0d8f2.tar.gz
ppe42-gcc-dd615af197bd62b023860f6a8f31521f1ef0d8f2.zip
2001-04-04 Phil Edwards <pme@sources.redhat.com>
* docs/doxygen/user.cfg.in: Extract all non-private members; reduce confusing documentation output. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41097 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/docs/doxygen/user.cfg.in10
2 files changed, 10 insertions, 5 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index dda2c47055f..cdac9a75640 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-04 Phil Edwards <pme@sources.redhat.com>
+
+ * docs/doxygen/user.cfg.in: Extract all non-private members;
+ reduce confusing documentation output.
+
2001-04-04 Geoffrey Keating <geoffk@redhat.com>
* include/backward/fstream.h: Add missing semicolons.
diff --git a/libstdc++-v3/docs/doxygen/user.cfg.in b/libstdc++-v3/docs/doxygen/user.cfg.in
index 58f2c7b49a5..99060549317 100644
--- a/libstdc++-v3/docs/doxygen/user.cfg.in
+++ b/libstdc++-v3/docs/doxygen/user.cfg.in
@@ -46,8 +46,8 @@ OUTPUT_LANGUAGE = English
# Private class members and static file members will be hidden unless
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
-EXTRACT_ALL = NO
-#EXTRACT_ALL = YES
+#EXTRACT_ALL = NO
+EXTRACT_ALL = YES
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
# will be included in the documentation.
@@ -86,7 +86,7 @@ BRIEF_MEMBER_DESC = NO
# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
# brief descriptions will be completely suppressed.
-REPEAT_BRIEF = YES
+REPEAT_BRIEF = NO
# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
# Doxygen will generate a detailed section even if there is only a brief
@@ -148,7 +148,7 @@ CASE_SENSE_NAMES = YES
# will show members with their full class and namespace scopes in the
# documentation. If set to YES the scope will be hidden.
-HIDE_SCOPE_NAMES = NO
+HIDE_SCOPE_NAMES = YES
# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
# will generate a verbatim copy of the header file for each class for
@@ -160,7 +160,7 @@ VERBATIM_HEADERS = NO
# will put list of the files that are included by a file in the documentation
# of that file.
-SHOW_INCLUDE_FILES = YES
+SHOW_INCLUDE_FILES = NO
# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
# will interpret the first line (until the first dot) of a JavaDoc-style
OpenPOWER on IntegriCloud