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.56 -r1.57
--- openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 26 Jul 2018 12:55:19 -0000 1.56
+++ openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 26 Jul 2018 19:32:28 -0000 1.57
@@ -365,16 +365,16 @@
Generates formatted documentation for a procedure.
- @param format the type of documentation to generate. Currently, only
- text/html
and text/plain
are supported.
- @param script include information about what script this proc lives in?
- @param xql include the source code for the related xql files?
- @param source include the source code for the script?
+ @param format the type of documentation to generate. Currently, only
+ text/html
and text/plain
are supported.
+ @param script include information about what script this proc lives in?
+ @param xql include the source code for the related xql files?
+ @param source include the source code for the script?
@param proc_name the name of the procedure for which to generate documentation.
- @param label the label printed for the proc in the header line
+ @param label the label printed for the proc in the header line
@param first_line_tag tag for the markup of the first line
- @return the formatted documentation string.
- @error if the procedure is not defined.
+ @return the formatted documentation string.
+ @error if the procedure is not defined.
} {
#
# Sanitize input