edoc_doclet

edoc_doclet

edoc_doclet
Standard doclet module for EDoc.

Standard doclet module for EDoc.

Doclet commands.

Context for doclets.

Doclet command.

Doclet command.

Main doclet entry point. See the file edoc_doclet.hrl for the data structures used for passing parameters.

Also see edoc:layout/2 for layout-related options, and edoc:get_doc/2 for options related to reading source files.

Options:

Specifies the suffix used for output files. The default value is ".html".

If the value is true, documentation of hidden modules and functions will also be included. The default value is false.

Specifies the name of the overview-file. By default, this doclet looks for a file "overview.edoc" in the target directory.

If the value is true, documentation of private modules and functions will also be included. The default value is false.

Specifies the URI used for referencing the stylesheet. The default value is "stylesheet.css". If an empty string is specified, no stylesheet reference will be generated.

Specifies the name of the stylesheet file. By default, this doclet uses the file "stylesheet.css" in the priv subdirectory of the EDoc installation directory. The named file will be copied to the target directory.

Specifies the title of the overview-page.

Richard Carlsson carlsson.richard@gmail.com