xo::api proc update_nx_docs (public)
xo::api update_nx_docs [ objects ]
Defined in packages/xotcl-core/tcl/01-debug-procs.tcl
Update for the provided (or all) nx::Object instances the internal documentation structures.
- Parameters:
- objects (optional)
- Testcases:
- No testcase defined.
Source code: # # Update for the provided (or all) nx::Object instances the # internal documentation structures. # if {[llength $objects] == 0} { set objects [nx::Object info instances -closure] } foreach o $objects { # # Check general per-object documentation. # if {[string match ::nx::* $o]} continue ::xo::api update_object_doc "" $o "" }XQL Not present: Generic, PostgreSQL, Oracle