api_script_documentation (public)api_script_documentation [ -format format ] path
Defined in packages/acs-core/api-documentation-procs.tclGenerates formatted documentation for a content page. Sources the file
to obtain the comment or contract at the beginning.
- Switches:
-
-format (defaults to
"text/html" ) - the type of documentation to generate. Currently, only
text/html is supported.
- Parameters:
-
path - the path of the Tcl file to examine, relative to the
ACS root directory.
- Returns:
- the formatted documentation string.
- Error:
- if the file does not exist.
|