doc_access.pl![]() | ||
---|---|---|
doc_colour.pl -- Source colouring support![]() | ||
doc_html.pl -- PlDoc HTML backend![]() | ||
doc_htmlsrc.pl -- HTML source pretty-printer![]() | ||
source_to_html/3 | Colourise Prolog source as HTML. | ![]() |
doc_index.pl -- Create indexes![]() | ||
dir_index/4 | Create an index for all Prolog files appearing in Dir or in any directory contained in Dir. | ![]() |
doc_file_href/2 | Create a /doc HREF from Path. | ![]() |
doc_for_dir/2 | Write summary index for all files in Dir to Out. | ![]() |
doc_links/4 | Provide overview links and search facilities. | ![]() |
file_index_header/4 | Create an entry in a summary-table for File. | ![]() |
object_summaries/5 | Create entries in a summary table for Objects. | ![]() |
places_menu/3 | Create a select menu with entries for all loaded directories. | ![]() |
source_directory/1 | True if Dir is a directory from which we have loaded Prolog sources. | ![]() |
doc_man.pl -- Process SWI-Prolog HTML manuals![]() | ||
doc_modes.pl -- Analyse PlDoc mode declarations![]() | ||
doc_pack.pl -- PlDoc for Prolog extension packs![]() | ||
doc_process.pl -- Process source documentation![]() | ||
doc_register.pl![]() | ||
doc_search.pl -- Search form and reply![]() | ||
matching_object_table/4 | Show a list of matching objects, similar to a result-set from search. | ![]() |
search_form/3 | Create a search input field. | ![]() |
search_reply/4 | Generate a reply searching for For. | ![]() |
doc_util.pl -- PlDoc utilities![]() | ||
doc_wiki.pl -- PlDoc wiki parser![]() | ||
autolink_extension/2 | True if Ext is a filename extensions that create automatic links in the documentation. | ![]() |
autolink_file/2 | Files to which we automatically create links, regardless of the extension. | ![]() |
indented_lines/3 | Extract a list of lines without leading blanks or characters from Prefix from Text. | ![]() |
section_comment_header/3 | Processes /** <section> comments. | ![]() |
strip_leading_par/2 | Remove the leading paragraph for environments where a paragraph is not required. | ![]() |
summary_from_lines/2 | Produce a summary for Lines. | ![]() |
wiki_codes_to_dom/3 | Translate a plain text into a DOM term. | ![]() |
wiki_lines_to_dom/3 | Translate a Wiki text into an HTML term suitable for html//1 from the html_write library. | ![]() |
doc_wiki_face/4 | Hook that can be used to provide additional processing for additional inline wiki constructs. | |
url_expansion_hook/3 | This hook is called after recognising <Alias:Rest> , where Term is of the form Alias(Rest). | |
doc_words.pl -- Reason about Prolog jargon![]() | ||
doc_related_word/3 | True when Related is a word that is related to Term. | ![]() |
prolog_identifier_part/1 | True if Part appears as part of a Prolog identifier from the documentation. | ![]() |
man_index.pl -- Index the HTML manuals![]() | ||
check_duplicate_ids/0 | Maintenance utility to check that we do not have duplicate section identifiers in the documentation. | ![]() |
clean_man_index/0 | Clean already loaded manual index. | ![]() |
current_man_object/1 | ![]() | |
doc_object_identifier/2 | True when Identifier is the name of DocObject. | ![]() |
index_man_directory/2 | Index the HTML directory Dir. | ![]() |
index_man_file/2 | Collect the documented objects from the SWI-Prolog manual file File. | ![]() |
man_object_property/2 | True when Property is a property of the given manual object. | ![]() |
manual_object/5 | True if Object is documented. | ![]() |
save_man_index/0 | Create swi('doc/manindex.db'), containing an index into the HTML manuals for use with help/1 and similar predicates. | ![]() |