#Module edown_doclet#
EDoc Doclet module for producing Markdown.
Copyright (c) 2010 Erlang Solutions Ltd
Authors: Ulf Wiger ([email protected]
).
##Function Index##
run/2 | Main doclet entry point. |
##Function Details##
###run/2##
run(Command::doclet_gen() | doclet_toc(), Ctxt::edoc_context()) -> ok
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.
Options:
{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()}