Index: openacs-4/packages/acs-content-repository/tcl/doc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/doc-procs.tcl,v diff -u -N -r1.8 -r1.9 --- openacs-4/packages/acs-content-repository/tcl/doc-procs.tcl 27 Oct 2014 16:39:11 -0000 1.8 +++ openacs-4/packages/acs-content-repository/tcl/doc-procs.tcl 7 Aug 2017 23:47:47 -0000 1.9 @@ -37,7 +37,7 @@ ad_proc -public get_proc_header { proc_name package_name doc_ref code_ref { db "" } } { - Retreive the function header for a specific function + Retrieve the function header for a specific function and parse out the javadoc comment. } { @@ -210,3 +210,9 @@ } } } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: