Makefile.am (doxygen): Assume script is missing execute perms.
authorPhil Edwards <pme@gcc.gnu.org>
Thu, 19 Apr 2001 23:01:40 +0000 (23:01 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Thu, 19 Apr 2001 23:01:40 +0000 (23:01 +0000)
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.

From-SVN: r41431

libstdc++-v3/docs/doxygen/user.cfg.in

index 99060549317d1c8779b610c0126b433f50b31ac5..4403d0e7a49ce25790741fef19c4ea0f60ef1226 100644 (file)
@@ -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.