xo::api proc update_method_doc (public)
xo::api update_method_doc [ -protection protection ] [ -deprecated ] \ [ -debug ] [ -warn ] scope obj inst proc_name docString
Defined in packages/xotcl-core/tcl/01-debug-procs.tcl
Obtain a doc-string for a method, convert it and add it to the proc-doc.
- Switches:
- -protection (optional, defaults to
"public"
)- -deprecated (optional, defaults to
"false"
)- -debug (optional, defaults to
"false"
)- -warn (optional, defaults to
"false"
)- Parameters:
- scope (required)
- obj (required)
- inst (required)
- proc_name (required)
- docString (required)
- Testcases:
- No testcase defined.