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.1 -r1.2 --- openacs-4/packages/acs-templating/www/doc/TclDocs/doc.html 13 Mar 2001 22:59:27 -0000 1.1 +++ openacs-4/packages/acs-templating/www/doc/TclDocs/doc.html 19 Jan 2002 23:45:46 -0000 1.2 @@ -34,33 +34,26 @@ Private Methods:
- doc::parse_comment_text - + +
  by simon
-called by parse_namespace +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: - + namespace text body - - - -
comment_text + text_lines * - body of comment text to be parsed through
source_text - * - - source text of the procedure
@@ -70,7 +63,7 @@

@@ -87,25 +80,25 @@

- doc::parse_file +
- doc::parse_namespace -
  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_comment_text
Parameters: - + this should include the source text
text_lines + comment_text * - namespace text body
@@ -116,53 +109,60 @@

- doc::parse_tcl_library +
-takes the absolute path of the tcl library directory and parses through it +called by parse_namespace
-
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: + Parameters: + -
namespace - util
-
proc - doc::parse_file
template::util::comment_text_normalize
+
+ + + + + + + +
comment_text + * + + body of comment text to be parsed through
source_text + * + + source text of the procedure
+

- doc::set_proc_name_source_text_comment_text +
-called by parse_comment_text +takes the absolute path of the tcl library directory and parses through it
- Parameters: - - - - - - -
comment_text - * - - this should include the source text
+
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
+
proc - doc::parse_file
template::util::comment_text_normalize