• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

/usr/lib/swi-prolog/library/pldoc/doc_man.pl
AllApplicationManualNameSummaryHelp

  • 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
        • clean_man_index/0
        • index_man_directory/2
        • index_man_file/2
        • current_man_object/1
        • man_content_tree/2
        • man_packages_tree/1
        • man_page//2
        • man_overview//1
        • doc_object_link//2
        • doc_object_href/2
      • 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
 man_content_tree(+Dir, -Tree) is det
Compute the content tree for a multi-file HTML document. We do this by processing Contents.html for making the toplevel tree that links to the individual files. Then we use html_content_tree/2 to materialize the trees for the files.
ClioPatria (version V3.1.1-21-gb8003bb)