 ./library/lib/xodoc.xotcl
  ./library/lib/xodoc.xotcl
| Description: | XOTcl documentation tool. Overloads the command @, which is used as a documentation token. | 
| Description: | Instmixin to provide HTML printing. Such instmixins are registered for all token types. | 
| Description: | Print token to HTML document object | 
| Description: | Returns list of properties as HTML. | 
| Description: | Handler class for building a documentation database | 
| Arguments: | name: name of the HTML document | 
| Description: | Create HTML documentation object from metadata token | 
| Arguments: | filename: file name destination | 
| name: name of the HTML document | |
| Description: | Create HTML docuemntation from metadata token and write to file | 
| Arguments: | file: filename of the xotcl file to be documented | 
| docdir: directory to which the HTML file is written | |
| Description: | Uses the xoDoc package to produce an HTML documentation of a specified file ***.xotcl. The file is written to ***.html in docdir | 
| Return: | file basename without suffix | 
Back to index page.