doc::util::make_text_listable (private)

 doc::util::make_text_listable text_ref

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

Parameters:
text_ref

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

Testcases:
No testcase defined.
Source code:
    upvar $text_ref text
    set text [doc::util::bracket_space $text]
    set text [template::util::quote_space $text]
    set text [doc::util::escape_square_brackets $text]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: