api_call_graph_snippet (private)
api_call_graph_snippet -proc_name proc_name [ -dpi dpi ] \ [ -format format ] [ -maxnodes maxnodes ] \ [ -textpointsize textpointsize ]
Defined in packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl
Return a source code for dot showing a local call graph snippet, showing direct callers and directly called functions
- Switches:
- -proc_name (required)
- -dpi (optional, defaults to
"72"
)- -format (optional, defaults to
"svg"
)- -maxnodes (optional, defaults to
"5"
)- -textpointsize (optional, defaults to
"12.0"
)- Author:
- Gustaf Neumann
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.