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):
%3 api_call_graph_snippet api_call_graph_snippet (private) api_proc_doc_url api_proc_doc_url api_call_graph_snippet->api_proc_doc_url export_vars export_vars (public) api_proc_doc_url->export_vars

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 $url
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: