Skip to content

Latest commit

 

History

History
155 lines (59 loc) · 2.71 KB

edown_doclet.md

File metadata and controls

155 lines (59 loc) · 2.71 KB

Module edown_doclet

Module edown_doclet

EDoc Doclet module for producing Markdown.

Copyright (c) 2010 Erlang Solutions Ltd

Authors: Ulf Wiger (ulf.wiger@erlang-solutions.com).

run/2Main doclet entry point.

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()}
Specifies the suffix used for output files. The default value is ".md".
{hidden, bool()}
If the value is true, documentation of hidden modules and functions will also be included. The default value is false.
{overview, //edoc/edoc:filename()}
Specifies the name of the overview-file. By default, this doclet looks for a file "overview.edoc" in the target directory.
{private, bool()}
If the value is true, documentation of private modules and functions will also be included. The default value is false.
{stylesheet, string()}
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.
{stylesheet_file, //edoc/edoc:filename()}
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.
{title, string()}
Specifies the title of the overview-page.

Generated by EDoc, Mar 26 2011, 15:00:44.