api_proc_doc_url (private)
api_proc_doc_url [ -proc_name proc_name ] [ -source_p source_p ] \ [ -version_id version_id ]
Defined in packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl
Return the procdoc url from procname and optionally from source_p and version_id
- Switches:
- -proc_name (optional)
- -source_p (optional)
- -version_id (optional)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: if {[string range $proc_name 0 0] eq " " && [lindex $proc_name 0] in {Object Class}} { set object [lindex $proc_name end] set url [export_vars -base /xotcl/show-object { object {show_source 1} {show_methods 1} }] } else { set url [export_vars -base /api-doc/proc-view -no_empty { {proc $proc_name} source_p version_id }] } return $urlXQL Not present: Generic, PostgreSQL, Oracle