otpsgml_layout
The OTP SGML layout module for EDoc.
The OTP SGML layout module for EDoc. See the module edoc for details on usage.
Functions
module(Element, Options) -> term()
The layout function.
Options:
{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.
{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.