diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2004-01-25 21:11:43 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2004-01-25 21:11:43 (GMT) |
commit | c7d553e78d5c3efdecb3f44a63f4f68e83eae61a (patch) | |
tree | 5e3ff29c80e73d69c88e8b33d670753c31eed4b2 /doc | |
parent | ee63f0e064142addc300e0411b141d2697b73500 (diff) | |
download | Doxygen-c7d553e78d5c3efdecb3f44a63f4f68e83eae61a.zip Doxygen-c7d553e78d5c3efdecb3f44a63f4f68e83eae61a.tar.gz Doxygen-c7d553e78d5c3efdecb3f44a63f4f68e83eae61a.tar.bz2 |
Release-1.3.5-20040125
Diffstat (limited to 'doc')
-rw-r--r-- | doc/diagrams.doc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/diagrams.doc b/doc/diagrams.doc index 3e8f86b..fe31a4d 100644 --- a/doc/diagrams.doc +++ b/doc/diagrams.doc @@ -52,6 +52,9 @@ class \c A has a member variable \c m_a of type class \c B, then \c A has an arrow to \c B with \c m_a as label). </ul> + <li>if \ref cfg_call_graph "CALL_GRAPH" is set to YES, a + graphical call graph is drawn for each function showing the + functions that the function directly or indirectly calls. </ul> The elements in the class diagrams in HTML and RTF |