Indexing Commands (Definition and Formatting)
Author(s): Jose F. Morales.This module defines index commands and formatting.
Note: This part needs better documentation. -- JFMC
Usage and interface
- Library usage:
:- use_module(library(autodoc_index)). - Exports:
- Imports:
- Application modules:
lpdocsrc(src(autodoc_state)), lpdocsrc(src(autodoc_filesystem)), lpdocsrc(src(autodoc_doctree)), lpdocsrc(src(autodoc_structure)), lpdocsrc(src(autodoc_refsdb)). - System library modules:
dict, lists, aggregates. - 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, dcg, assertions, regtypes.
- Application modules:
Documentation on exports
PREDICATE
Usage:typeindex(Type,Index,IType,Name,Comment)
Index is the (info) index name in which objects of type Type go. Name is the title of the index in the documentation. IType is the type of index; an empty string means normal. codeComment is a comment to include before the index.