edoc_layout.3erl

Langue: en

Version: 350434 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

edoc_layout - The standard HTML layout module for EDoc.

DESCRIPTION

The standard HTML layout module for EDoc. See the edoc module for details on usage.

EXPORTS

module(Element, Options) -> term()



The layout function.
Options to the standard layout:


 
{index_columns, integer()}
Specifies the number of column pairs used for the function index tables. The default value is 1.



 
{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.



 
{sort_functions, bool()}
If true, the detailed function descriptions are listed by name, otherwise they are listed in the order of occurrence in the source file. The default value is true.



 
{xml_export, Module::atom()}
Specifies an xmerl callback module to be used for exporting the documentation. See xmerl:export_simple/3 for details.


See also: edoc:layout/2.

overview(E, Options) -> term()


package(E, Options) -> term()


type(E) -> term()


SEE ALSO

edoc

AUTHORS

Richard Carlsson <richardc@it.uu.se>