api_script_documentation

EveAndersson.com : API Browser : api_script_documentation

api_script_documentation (public)

api_script_documentation [ -format format ] path
Defined in packages/acs-core/api-documentation-procs.tcl

Generates 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.
[ show source ]

Show another procedure:

eve@eveandersson.com