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(doc_http)
).
(can be autoloaded)
doc_browser
(
+Spec
)
Open the user's default browser on the specified page.
Spec
is handled similar to
edit/1
, resolving anything that relates somehow to the given specification and ask the user to select.
bug
This flexibility is not yet implemented
.