Index: openacs-4/packages/acs-templating/www/doc/gen/proc-doc.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/gen/proc-doc.adp,v diff -u -r1.6 -r1.7 --- openacs-4/packages/acs-templating/www/doc/gen/proc-doc.adp 29 Mar 2018 20:23:43 -0000 1.6 +++ openacs-4/packages/acs-templating/www/doc/gen/proc-doc.adp 25 Apr 2018 08:42:18 -0000 1.7 @@ -12,6 +12,7 @@ divisions has its own text marker(s). In the end, your Tcl file should look something like this:

+
 [------------------------------------------------------]
 [------  ignored text at beginning of file  -----------]
 [------------------------------------------------------]
@@ -109,7 +110,8 @@
 will be marked as required if it is a parameter, or
 display no information if it is an option.
 

For example: the fictional procedure grant_permission might be -preceded by these comments:

# \@public grant_permission
+preceded by these comments:


+# \@public grant_permission
 # checks for whether or not a user has the privilege 
 # to manipulate an object in a specific manner
 
@@ -153,4 +155,4 @@
 completely qualified name of the namespace or
 procedure.

- + \ No newline at end of file