Module otpsgml_layout

The OTP SGML layout module for EDoc.

Copyright © 2001-2002 Richard Carlsson

Authors: Richard Carlsson (richardc@csd.uu.se).

See also: edoc.

Description

The OTP SGML layout module for EDoc. See the module edoc for details on usage.

Function Index

module/2The layout function.
overview/2
package/2
type/1

Function Details

module/2

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() | none}
Specifies the name of the stylesheet file used. If the value is none, no stylesheet link will be generated.

See also: edoc:layout/2.

overview/2

overview(E, Options) -> term()

package/2

package(E, Options) -> term()

type/1

type(E) -> term()