diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2004-01-25 21:11:43 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2004-01-25 21:11:43 (GMT) |
commit | 3ced61065d252f4f8a3cf5f310f30094d91ac83c (patch) | |
tree | 5e3ff29c80e73d69c88e8b33d670753c31eed4b2 /doc | |
parent | 29348f280d674693e74e30ae55ca63ab3b97372e (diff) | |
download | Doxygen-3ced61065d252f4f8a3cf5f310f30094d91ac83c.zip Doxygen-3ced61065d252f4f8a3cf5f310f30094d91ac83c.tar.gz Doxygen-3ced61065d252f4f8a3cf5f310f30094d91ac83c.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 |