diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-02-27 17:41:30 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-02-27 17:41:30 (GMT) |
commit | 75cfc919c930dc2a5c9e6770d6b1e7b09e5e8883 (patch) | |
tree | 0e10644b6ed5c8878dc59e723fe3dcd591d57839 /doc/starting.doc | |
parent | b76d4ee1ec41101fffbef5d33c5a2ea70a6c6e54 (diff) | |
download | Doxygen-75cfc919c930dc2a5c9e6770d6b1e7b09e5e8883.zip Doxygen-75cfc919c930dc2a5c9e6770d6b1e7b09e5e8883.tar.gz Doxygen-75cfc919c930dc2a5c9e6770d6b1e7b09e5e8883.tar.bz2 |
Release 2000-02-27
Diffstat (limited to 'doc/starting.doc')
-rw-r--r-- | doc/starting.doc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/starting.doc b/doc/starting.doc index 1b0f0a8..96a2fc1 100644 --- a/doc/starting.doc +++ b/doc/starting.doc @@ -495,12 +495,11 @@ Go to the <a href="diagrams.html">next</a> section or return to the Doxygen uses the "dot" tool to generate the following graphs: <ul> <li>if \ref cfg_graphical_hierarchy "GRAPHICAL_HIERARCHY" is set to \c YES, - a graphical representation of the class diagram will be drawn, along + a graphical representation of the class hierarchy will be drawn, along with the textual one. Currently this feature is supported for HTML only.\n <b>Warning:</b> When you have a very large class hierarchy where many - classes derive from a common - base class, the resulting image may become too big to handle for some - browsers. + classes derive from a common base class, the resulting image may become + too big to handle for some browsers. <li>if \ref cfg_include_graph "INCLUDE_GRAPH" is set to \c YES, an include dependency graph is generated for each documented file that includes at least one other file. This feature is currently supported for HTML and RTF |