10.1 During development
All
Application
Manual
Name
Summary
Help
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(pldoc)
).
(can be autoloaded)
doc_collect
(
+Bool
)
Enable/disable collecting structured comments into the Prolog database. See
doc_server/1
or
doc_browser/0
for the normal way to deploy the server in your application. All these predicates must be called
before
loading your program.