Index: openacs-4/packages/acs-templating/www/doc/TclDocs/doc.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/TclDocs/doc.html,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/doc/TclDocs/doc.html 19 Jan 2002 23:45:46 -0000 1.2 +++ openacs-4/packages/acs-templating/www/doc/TclDocs/doc.html 7 Aug 2017 23:48:02 -0000 1.3 @@ -23,7 +23,7 @@

Method Detail

-

+

* indicates required

@@ -32,25 +32,25 @@

-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 +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: - - @@ -62,7 +62,7 @@
text_lines + text_lines * + namespace text body

-
+ @@ -79,7 +79,7 @@

-
+ @@ -90,13 +90,13 @@
- Parameters: + Parameters:
- - @@ -108,7 +108,7 @@
comment_text + comment_text * + this should include the source text

-
+ @@ -119,20 +119,20 @@
- Parameters: + Parameters:
- - - - @@ -144,22 +144,22 @@
comment_text + comment_text * + body of comment text to be parsed through
source_text + source_text * + source text of the procedure

-
+
-takes the absolute path of the tcl library directory and parses through it +takes the absolute path of the Tcl library directory and parses through it
-
Returns: +
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: +
See Also:
namespace - util
proc - doc::parse_file
template::util::comment_text_normalize
@@ -171,7 +171,7 @@

-

+

* indicates required