Copyright © 2014-2015 Ulf Wiger
Authors: Ulf Wiger (ulf@wiger.net).
| run/2 | Main doclet entry point. |
Main doclet entry point.
Also see //edoc/edoc:layout/2 for layout-related options, and
//edoc/edoc:get_doc/2 for options related to reading source
files.
{file_suffix, string()}
".md".
{hidden, bool()}
true, documentation of hidden modules and
functions will also be included. The default value is false.
{overview, //edoc/edoc:filename()}
"overview.edoc" in the target directory.
{private, bool()}
true, documentation of private modules and
functions will also be included. The default value is false.
{stylesheet, string()}
"stylesheet.css". If an empty string is
specified, no stylesheet reference will be generated.
{stylesheet_file, //edoc/edoc:filename()}
"stylesheet.css" in the priv
subdirectory of the EDoc installation directory. The named file
will be copied to the target directory.
{title, string()}
Generated by EDoc