diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-06-15 18:25:48 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-06-15 18:25:48 (GMT) |
commit | 25a65bed9e3548070b1af401db683bfb0cce9de0 (patch) | |
tree | 567da63962a903f646bb092a950026c75a8369d8 /doc/config.doc | |
parent | d863498bbf7129c5d7f4984ca00adf378aac246d (diff) | |
download | Doxygen-25a65bed9e3548070b1af401db683bfb0cce9de0.zip Doxygen-25a65bed9e3548070b1af401db683bfb0cce9de0.tar.gz Doxygen-25a65bed9e3548070b1af401db683bfb0cce9de0.tar.bz2 |
Release-1.3.2
Diffstat (limited to 'doc/config.doc')
-rw-r--r-- | doc/config.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/config.doc b/doc/config.doc index b86d145..5087d35 100644 --- a/doc/config.doc +++ b/doc/config.doc @@ -1411,9 +1411,9 @@ TAGFILES = file1=loc1 "file2 = loc2" ... </pre> If the \c CLASS_DIAGRAMS tag is set to \c YES (the default) doxygen will generate a class diagram (in HTML and \f$\mbox{\LaTeX}\f$) for classes with base or super classes. Setting the tag to \c NO turns the diagrams off. - Note that this option is superseded by the HAVE_DOT option below. + Note that this option is superceded by the HAVE_DOT option below. This is only a fallback. It is recommended to install and use dot, - since it yield more powerful graphs. + since it yields more powerful graphs. \anchor cfg_have_dot <dt>\c HAVE_DOT <dd> |