document
document(modules,
options,
progress,
cancel)
Create the documentation for modules, using the options
specified by options. document is designed to be
started in its own thread by EpydocGUI._go.
-
- Parameters:
options -
The options to use for generating documentation. This includes keyword
options that can be given to html.HTML_Doc, as well as the option
outdir, which controls where the output is written to.
(type=dictionary)
progress -
This first element of this list will be modified by
document to reflect its progress. This first element will be a
number between 0 and 1 while document is creating the
documentation; and the string "done" once it
finishes creating the documentation.
(type=list)
|