apidoc::get_doc_property (private)

 apidoc::get_doc_property proc_name property [ default ]

Defined in packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl

Return a certain doc property valie, if property exists

Parameters:
proc_name
property
default (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 test_callgraph__bad_library_calls callgraph__bad_library_calls (test acs-api-browser) apidoc::get_doc_property apidoc::get_doc_property test_callgraph__bad_library_calls->apidoc::get_doc_property test_callgraph__bad_page_calls callgraph__bad_page_calls (test acs-api-browser) test_callgraph__bad_page_calls->apidoc::get_doc_property

Testcases:
callgraph__bad_library_calls, callgraph__bad_page_calls
Source code:
        if {[nsv_get api_proc_doc $proc_name doc]} {
            if {[dict exists $doc $property]} {
                return [dict get $doc $property]
            }
        }
        return $default
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: