template::util::quote_space (private)

 template::util::quote_space text

Defined in packages/acs-templating/tcl/doc-tcl-procs.tcl

just takes a body of text and puts a space behind every double quote; this is done so that the text body can be treated as a list without causing problems resulting from list elements being separated by characters other than a space

Parameters:
text - req/none the body of text to be worked on
Returns:
same text but with a space behind each quote; double quotes that are already trailed by a space are unaffected

Partial Call Graph (max 5 caller/called nodes):
%3 doc::parse_comment_text doc::parse_comment_text (private) template::util::quote_space template::util::quote_space doc::parse_comment_text->template::util::quote_space doc::parse_namespace doc::parse_namespace (private) doc::parse_namespace->template::util::quote_space doc::util::make_text_listable doc::util::make_text_listable (private) doc::util::make_text_listable->template::util::quote_space

Testcases:
No testcase defined.
[ show source ]
Show another procedure: