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.9 -r1.72.2.10 --- openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 6 Sep 2019 21:53:14 -0000 1.72.2.9 +++ openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 6 Sep 2019 22:09:56 -0000 1.72.2.10 @@ -2020,9 +2020,14 @@ return $url } -ad_proc api_proc_link { proc } { +ad_proc -deprecated api_proc_link { proc } { @return full HTML link to the documentation for the proc. + Deprecated as it is broken because api_proc_url accepts (now?) + different arguments + + @see api_proc_url + @author Lars Pind (lars@pinds.com) @creation-date 14 July 2000 } {