Driver for documentation generation

Author(s): Manuel Hermenegildo, Jose F. Morales.

This module implements the main driver for documentation generation.

Usage and interface

Documentation on exports

PREDICATEdoc_cmd/3

Usage:doc_cmd(InFile,Opts,Cmd)

Treat according to Cmd InFile (which can be a doccfg-file or standalone file). Opts is the list of options (see autodoc_option/1).

    Documentation on multifiles

    PREDICATEfsmemo.key/2
    The predicate is multifile.

    Module entry condition:fsmemo.key(Action,Arg2)

    • The following properties hold at call time:
      (ground/1)Action is currently ground (it contains no variables).

    PREDICATEfsmemo.deps/2
    The predicate is multifile.

    Module entry condition:fsmemo.deps(Action,Arg2)

    • The following properties hold at call time:
      (ground/1)Action is currently ground (it contains no variables).

    PREDICATEfsmemo.run/1
    The predicate is multifile.

    Module entry condition:fsmemo.run(Action)

    • The following properties hold at call time:
      (ground/1)Action is currently ground (it contains no variables).