- Publicity: Public Only All
doc-procs.tcl
Generic doc procs
- Location:
- packages/xotcl-core/tcl/doc-procs.tcl
- Created:
- 2015-04-30
- Author:
- Gustaf Neumann
- CVS Identification:
$Id: doc-procs.tcl,v 1.9 2024/10/29 16:40:12 gustafn Exp $
Procedures in this file
- xo::dot_append_method (private)
- xo::dotclass (private)
- xo::dotcode (private)
- xo::dotobject (private)
Detailed information
xo::dot_append_method (private)
xo::dot_append_method [ -documented_methods documented_methods ] e \ methods_ref kind
- Switches:
- -documented_methods (optional, defaults to
"1"
)- Parameters:
- e (required)
- methods_ref (required)
- kind (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
xo::dotclass (private)
xo::dotclass [ -is_focus is_focus ] [ -hide_methods hide_methods ] \ [ -documented_methods documented_methods ] e
- Switches:
- -is_focus (optional, defaults to
"0"
)- -hide_methods (optional, defaults to
"1"
)- -documented_methods (optional, defaults to
"1"
)- Parameters:
- e (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
xo::dotcode (private)
xo::dotcode [ -with_children with_children ] \ [ -with_instance_relations with_instance_relations ] \ [ -omit_base_classes omit_base_classes ] \ [ -documented_methods documented_methods ] \ [ -hide_methods hide_methods ] [ -current_object current_object ] \ [ -dpi dpi ] things
- Switches:
- -with_children (optional, defaults to
"0"
)- -with_instance_relations (optional, defaults to
"0"
)- -omit_base_classes (optional, defaults to
"1"
)- -documented_methods (optional, defaults to
"1"
)- -hide_methods (optional, defaults to
"1"
)- -current_object (optional)
- -dpi (optional, defaults to
"96"
)- Parameters:
- things (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
xo::dotobject (private)
xo::dotobject e
- Parameters:
- e (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.