-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:
- comment_text
+ | text_lines
* |
- body of comment text to be parsed through |
+ namespace text body
-
- source_text
- * |
-
-
- source text of the procedure |
-
@@ -70,7 +63,7 @@
- doc::parse_file
+
|
@@ -87,25 +80,25 @@
- 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:
- text_lines
+ | comment_text
* |
- namespace text body |
+ this should include the source text
@@ -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:
+
+
|
- 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_filetemplate::util::comment_text_normalize
|
|
|