diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2015-02-26 19:40:22 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2015-02-26 19:40:22 (GMT) |
commit | 8f74562b98af27288041a35b707a13a06a38ca23 (patch) | |
tree | 78519288c825a847582137fc667bcf5920c655f2 /doc/diagrams.doc | |
parent | e11b48785323017bf1d81e91e8133d7f3ba1f243 (diff) | |
parent | 5e5615a9d2da8b923565c1bcadc9db48efbc75d0 (diff) | |
download | Doxygen-8f74562b98af27288041a35b707a13a06a38ca23.zip Doxygen-8f74562b98af27288041a35b707a13a06a38ca23.tar.gz Doxygen-8f74562b98af27288041a35b707a13a06a38ca23.tar.bz2 |
Merge branch 'master' of github.com:doxygen/doxygen
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 e485ad6..ddc3d2a 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 |