diff options
Diffstat (limited to 'doc/diagrams.doc')
-rw-r--r-- | doc/diagrams.doc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/diagrams.doc b/doc/diagrams.doc index a89b878..d283ed2 100644 --- a/doc/diagrams.doc +++ b/doc/diagrams.doc @@ -16,13 +16,13 @@ */ /*! \page diagrams Graphs and diagrams - Doxygen has build-in support to generate inheritance diagrams for C++ + Doxygen has built-in support to generate inheritance diagrams for C++ classes. Doxygen can use the "dot" tool from graphviz 1.5 to generate more advanced diagrams & graphs. Graphviz is an open-sourced, cross-platform graph drawing toolkit from AT&T and Lucent Bell Labs and - can be found at http://www.research.att.com/sw/tools/graphviz/ + can be found at http://www.graphviz.org/ If you have the "dot" tool available in the path, you can set \ref cfg_have_dot "HAVE_DOT" to \c YES in the configuration file to @@ -39,7 +39,7 @@ <li>if \ref cfg_class_graph "CLASS_GRAPH" is set to \c YES, a graph will be generated for each documented class showing the direct and indirect inheritance relations. This disables the - generation of the build-in class inheritance diagrams. + generation of the built-in class inheritance diagrams. <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 |