10.1 During development
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
    • Packages
      • SWI-Prolog Source Documentation Version 2
        • Running the documentation system
          • During development
            • doc_collect/1
            • doc_server/1
            • doc_server/2
            • doc_browser/0
            • doc_browser/1
Availability::- use_module(library(doc_http)).(can be autoloaded)
Sourcedoc_server(?Port)
Start documentation server at Port. Same as doc_server(Port, [allow(localhost), workers(1)]). This predicate must be called before loading the program for which you consult the documentation. It calls doc_collect/1 to start collecting documentation while (re-)loading your program.