diff options
Diffstat (limited to 'doc/diagrams.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 |