Index: openacs-4/packages/acs-api-browser/tcl/api-doc-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/tcl/api-doc-init.tcl,v diff -u -r1.2.2.1 -r1.2.2.2 --- openacs-4/packages/acs-api-browser/tcl/api-doc-init.tcl 24 Jan 2020 16:01:07 -0000 1.2.2.1 +++ openacs-4/packages/acs-api-browser/tcl/api-doc-init.tcl 26 Feb 2022 14:44:24 -0000 1.2.2.2 @@ -1,4 +1,3 @@ - # Decide, whether we want to include calling-info based on static # analysis in the procdoc structure (what function calls what other # functions). This calling-info is just relevant for developer @@ -21,6 +20,8 @@ ad_schedule_proc -thread t -once t 1 ::api_add_calling_info_to_procdoc } +::xo::api update_object_doc "" ::acs::db::[::acs::dc cget -driver]-[::acs::dc cget -backend] "" + # Local variables: # mode: tcl # tcl-indent-level: 4