diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2015-02-26 19:26:15 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2015-02-26 19:26:15 (GMT) |
commit | 5e5615a9d2da8b923565c1bcadc9db48efbc75d0 (patch) | |
tree | 3e53070ae9b2bb683c6b27b5c4edf5cf9151d850 /doc/diagrams.doc | |
parent | 80d09775da9a99a3bc58704ffd055547c6b03043 (diff) | |
parent | 073e9482a516c24a3d045da049941bfd432f3354 (diff) | |
download | Doxygen-5e5615a9d2da8b923565c1bcadc9db48efbc75d0.zip Doxygen-5e5615a9d2da8b923565c1bcadc9db48efbc75d0.tar.gz Doxygen-5e5615a9d2da8b923565c1bcadc9db48efbc75d0.tar.bz2 |
Merge pull request #302 from albert-github/feature/bug_callgraph
Adding commands \hidecallgraph and \hidecallergraph
Diffstat (limited to 'doc/diagrams.doc')
-rw-r--r-- | doc/diagrams.doc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/diagrams.doc b/doc/diagrams.doc index bafb21d..ce00fec 100644 --- a/doc/diagrams.doc +++ b/doc/diagrams.doc @@ -52,10 +52,14 @@ </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. + functions that the function directly or indirectly calls + (see also section \ref cmdcallgraph "\\callgraph" and + section \ref cmdhidecallgraph "\\hidecallgraph"). <li>if \ref cfg_caller_graph "CALLER_GRAPH" is set to YES, a graphical caller graph is drawn for each function showing the - functions that the function is directly or indirectly called by. + functions that the function is directly or indirectly called by + (see also section \ref cmdcallergraph "\\callergraph" and + section \ref cmdhidecallergraph "\\hidecallergraph"). </ul> Using a \ref customize "layout file" you can determine which of the |