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 -r1.72.2.29 -r1.72.2.30 --- openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 27 Feb 2021 22:25:31 -0000 1.72.2.29 +++ openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 16 Mar 2021 11:56:29 -0000 1.72.2.30 @@ -1449,7 +1449,7 @@ return $result } - ad_proc -private tcl_to_html {proc_name} { + ad_proc -public tcl_to_html {proc_name} { Given a proc name, formats it as HTML, including highlighting syntax in various colors and creating hyperlinks to other proc definitions.