Texinfo Backend
Author(s): Manuel Hermenegildo, Jose F. Morales.Usage and interface
- Library usage:
:- use_module(library(autodoc_texinfo)). - Exports:
- Predicates:
infodir_base/2. - Multifiles:
autodoc_escape_string_hook/5, autodoc_rw_command_hook/4, autodoc_finish_hook/1, autodoc_gen_alternative_hook/2.
- Predicates:
- Imports:
- Application modules:
lpdocsrc(src(autodoc_state)), lpdocsrc(src(autodoc_filesystem)), lpdocsrc(src(autodoc_structure)), lpdocsrc(src(autodoc_index)), lpdocsrc(src(autodoc_doctree)), lpdocsrc(src(autodoc_images)), lpdocsrc(src(autodoc_settings)), lpdocsrc(src(comments)), lpdocsrc(src(autodoc_aux)). - System library modules:
lists, terms, format, format_to_string, messages, system, make/make_rt, lpdist/ciao_config_options, file_utils, system_extra. - Internal (engine) modules:
term_basic, arithmetic, atomic_basic, basic_props, basiccontrol, data_facts, exceptions, io_aux, io_basic, prolog_flags, streams_basic, system_info, term_compare, term_typing, hiord_rt, debugger_support. - Packages:
prelude, nonpure, assertions, regtypes, fsyntax.
- Application modules:
Documentation on exports
Documentation on multifiles
PREDICATE
No further documentation available for this predicate.
The predicate is multifile.
PREDICATE
Usage:autodoc_rw_command_hook(Backend,DocSt,Command,NewCommand)
- The following properties should hold at call time:
(backend_id/1)Backend is a supported backend.
(docstate/1)docstate(DocSt)
(doctree/1)Intermediate tree representation for documentation
(doctree/1)Intermediate tree representation for documentation
PREDICATE
No further documentation available for this predicate.
The predicate is multifile.
PREDICATE
No further documentation available for this predicate.
The predicate is multifile.