+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:
- text_lines
+ | text_lines
* |
-
+ |
namespace text body |
@@ -62,7 +62,7 @@
-
+
-
+
|
@@ -90,13 +90,13 @@
- Parameters:
+ Parameters:
- comment_text
+ | comment_text
* |
-
+ |
this should include the source text |
@@ -108,7 +108,7 @@
-
+
|
@@ -119,20 +119,20 @@
- Parameters:
+ Parameters:
- comment_text
+ | comment_text
* |
-
+ |
body of comment text to be parsed through |
- source_text
+ | source_text
* |
-
+ |
source text of the procedure |
@@ -144,22 +144,22 @@
-
+
|
-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_filetemplate::util::comment_text_normalize
@@ -171,7 +171,7 @@
-
+
* indicates required
|
|
|
|
|
|
|