otpsgml_layout
The OTP SGML layout module for EDoc.
The OTP SGML layout module for EDoc. See the module
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
See also: edoc:layout/2.