diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-19 23:01:40 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-19 23:01:40 +0000 |
commit | f81536d19bcd4639486e174d47d216d79a64f8bb (patch) | |
tree | 455c01e6a1789ea5663e36df034ef7f2fd5d270c /libstdc++-v3 | |
parent | 4b1984f57a55c32281e70753dff25b118ee0ac6c (diff) | |
download | gcc-f81536d19bcd4639486e174d47d216d79a64f8bb.tar.gz |
2001-04-19 Phil Edwards <pme@sources.redhat.com>
* Makefile.am (doxygen): Assume script is missing execute perms.
* Makefile.in: Regenerated.
* docs/doxygen/user.cfg.in: Add class diagrams and source browsing.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41431 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/docs/doxygen/user.cfg.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/docs/doxygen/user.cfg.in b/libstdc++-v3/docs/doxygen/user.cfg.in index 99060549317..4403d0e7a49 100644 --- a/libstdc++-v3/docs/doxygen/user.cfg.in +++ b/libstdc++-v3/docs/doxygen/user.cfg.in @@ -118,12 +118,12 @@ INTERNAL_DOCS = NO # generate a class diagram (in Html and LaTeX) for classes with base or # super classes. Setting the tag to NO turns the diagrams off. -CLASS_DIAGRAMS = NO +CLASS_DIAGRAMS = YES # If the SOURCE_BROWSER tag is set to YES then a list of source files will # be generated. Documented entities will be cross-referenced with these sources. -SOURCE_BROWSER = NO +SOURCE_BROWSER = YES # Setting the INLINE_SOURCES tag to YES will include the body # of functions and classes directly in the documentation. |