xo::api proc update_object_doc (public)
xo::api update_object_doc scope obj doc_string
Defined in packages/xotcl-core/tcl/01-debug-procs.tcl
Update the API browser nsvs with information about the provided object. If no doc string is provided, try to get it from the object definition. if {![string match ::* $obj]} { ad_log error "==== update_object_doc OBJECT WITHOUT leading colons <$obj>" }
- Parameters:
- scope (required)
- obj (required)
- doc_string (required)
- Testcases:
- No testcase defined.