Index: openacs-4/packages/acs-templating/www/doc/TclDocs/doc.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/TclDocs/doc.adp,v diff -u -N -r1.2.2.1 -r1.2.2.2 --- openacs-4/packages/acs-templating/www/doc/TclDocs/doc.adp 25 Aug 2015 18:02:12 -0000 1.2.2.1 +++ openacs-4/packages/acs-templating/www/doc/TclDocs/doc.adp 9 Jun 2016 13:03:12 -0000 1.2.2.2 @@ -12,16 +12,16 @@

* indicates required

-Private Methods:
+Private Methods:

-
  by simon +
  by simon
called by parse_file, this procedure is given the body of text between two namespace markers in a tcl library file and parses out procedure source and comments
-Parameters: +Parameters:
@@ -49,7 +49,7 @@
text_lines* namespace text body
called by parse_comment_text
-Parameters: +Parameters:
@@ -60,7 +60,7 @@
comment_text* this should include the source text
called by parse_namespace
-Parameters: +Parameters:
comment_text* @@ -78,9 +78,9 @@
takes the absolute path of the tcl library directory and parses through it
-
Returns:
a long lists of lists of lists, each list element contains a +
Returns:
a long lists of lists of lists, each list element contains a three-element list of the format { {info} {public procedures -listing } {private procedures listing} }
See Also:
namespace - util
+listing } {private procedures listing} }
See Also:
namespace - util
proc - doc::parse_file
template::util::comment_text_normalize