- library
- pldoc
- doc_process.pl -- Process source documentation
- doc_register.pl
- doc_modes.pl -- Analyse PlDoc mode declarations
- doc_wiki.pl -- PlDoc wiki parser
- doc_htmlsrc.pl -- HTML source pretty-printer
- doc_colour.pl -- Source colouring support
- doc_html.pl -- PlDoc HTML backend
- doc_man.pl -- Process SWI-Prolog HTML manuals
- doc_search.pl -- Search form and reply
- doc_index.pl -- Create indexes
- doc_util.pl -- PlDoc utilities
- doc_access.pl
- doc_pack.pl -- PlDoc for Prolog extension packs
- pldoc
- search_reply(+For, +Options)// is det
- Generate a reply searching for For. Options include
- resultFormat(Format)
- If
summary
(default), produce a summary-table. Iflong
, produce full object descriptions. - search_in(In)
- Determine which databases to search. One of
all
,app
,man
- search_match(Match)
- What part of the object to match. One of
name
,summary
- header(+Boolean)
- If
false
, suppress the header.