Index: openacs-4/packages/acs-templating/www/doc/TclDocs/doc__util.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/TclDocs/doc__util.adp,v diff -u -N -r1.2 -r1.2.2.1 --- openacs-4/packages/acs-templating/www/doc/TclDocs/doc__util.adp 27 Oct 2014 16:40:16 -0000 1.2 +++ openacs-4/packages/acs-templating/www/doc/TclDocs/doc__util.adp 25 Aug 2015 18:02:12 -0000 1.2.2.1 @@ -2,20 +2,26 @@ {/doc/acs-templating {Templating}} {} +

Namespace doc::util

+

Method Summary

- -

Namespace doc::util

Method Summary

-Listing of public methods:
The namespace doc::util currently contains no public -methods.

Method Detail

-* indicates required

+Listing of public methods:
+

The namespace doc::util currently contains no public +methods.
+

Method Detail

+

+* indicates required

+

Private Methods:
-

+

+
-
set split_name $see_name doc::util::text_divider split_name :: set name_length [llength $split_name] set see_namespace [join [lrange $split_name 0 [expr $name_length - 2]] \"\"] set url \"[doc::util::dbl_colon_fix $see_namespace].html#[set see_name]\"
procedure to deal with \@see comments
+
+
divides a string variable into a list of strings, all but the first element beginning with the indicated text {marker;} @@ -34,13 +40,15 @@
the string indicating text division
-
See Also:
proc - doc::util::find_marker_indices
+
See Also:
proc - doc::util::find_marker_indices
- +
+ -
escapes out all square brackets
+
+ -
given a body of text and a text marker, returns a list of position indices for each occurrence of the text @@ -60,15 +68,17 @@
Returns:
list of indices of the position immediately preceding each occurrence of the text marker; if there are no occurrences of the text marker, returns a zero-element list
See Also:
namespace - doc
-
proc - doc::parse_file
doc::parse_namespace
doc::util::text_divider
+
proc - doc::parse_file
doc::parse_namespace
doc::util::text_divider
+
+ -
puts a space after all closing curly brackets, does not add a space when brackets are already followed by a space
+
+
used to sort the see list, which has structure {[name} name type type url url \]
@@ -86,10 +96,12 @@
- +
+ -
+
+ -

+ +

* indicates required

-