Index: openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl,v diff -u -N -r1.72.2.10 -r1.72.2.11 --- openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 6 Sep 2019 22:09:56 -0000 1.72.2.10 +++ openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 10 Sep 2019 12:57:29 -0000 1.72.2.11 @@ -293,9 +293,17 @@ return $out } -ad_proc -public api_type_documentation { +ad_proc -deprecated -public api_type_documentation { type } { + Deprecated: this was part of a feature which used to react to the + 'type' property set in ad_page_contract's documentation and + generate an extra link in /api-doc/package-view, but currently no + upstream script seems to specify this value and no code seems to + create necessary 'doc_type_doc' nsv + + @see acs-api-browser/www/type-view + @return HTML fragment of the API docs. } { array set doc_elements [nsv_get doc_type_doc $type]