List extension packs
/app
/app/spacy
/app/swish
/app/tokenize/prolog
/data/config-enabled
/swish
/swish/lib
/swish/lib/plugin
/swish/lib/render
/swish/pack/profile/prolog
/swish/pack/profile/prolog/profile/backend
/swish/pack/rserve_client/prolog/r
/swish/pack/sCASP/prolog
/swish/pack/sCASP/prolog/scasp
/swish/pack/sCASP/prolog/scasp/clp
/swish/pack/sCASP/prolog/scasp/lang
/usr/lib/swipl/boot
/usr/lib/swipl/library
/usr/lib/swipl/library/chr
/usr/lib/swipl/library/clp
/usr/lib/swipl/library/clp/clpq
/usr/lib/swipl/library/clp/clpqr
/usr/lib/swipl/library/clp/clpr
/usr/lib/swipl/library/dcg
/usr/lib/swipl/library/dialect
/usr/lib/swipl/library/dialect/swi
/usr/lib/swipl/library/http
/usr/lib/swipl/library/lynx
/usr/lib/swipl/library/pldoc
/usr/lib/swipl/library/semweb
/usr/lib/swipl/library/pldoc/doc_process.pl
All
Application
Manual
Name
Summary
Help
library
pldoc
doc_process.pl -- Process source documentation
predicate_summary/2
is_structured_comment/2
doc_file_name/3
doc_file_has_comments/1
doc_comment/4
process_comments/3
parse_comment/3
comment_modes/2
doc_clean/1
doc_register.pl
doc_modes.pl -- Analyse PlDoc mode declarations
doc_wiki.pl -- PlDoc wiki parser
doc_util.pl -- PlDoc utilities
man_index.pl -- Index the HTML manuals
doc_html.pl -- PlDoc HTML backend
doc_man.pl -- Process SWI-Prolog HTML manuals
doc_search.pl -- Search form and reply
doc_index.pl -- Create indexes
doc_htmlsrc.pl -- HTML source pretty-printer
doc_colour.pl -- Source colouring support
doc_access.pl
doc_pack.pl -- PlDoc for Prolog extension packs
doc_words.pl -- Reason about Prolog jargon
process_comments
(+Comments:list, +TermPos, +File)
is
det
Processes comments returned by
read_term/3
using the
comments
option. It creates clauses of the form
'$mode'(Head, Det)
'$pldoc'(Id, Pos, Summary, Comment)
'$pldoc_link'(Id0, Id)
where Id is one of
module
(Title)
Generated from /** <module>
Title
*/
Name
/
Arity
Generated from
Name
(Arg, ...)
Name
//
Arity
Generated from
Name
(Arg, ...)//
Arguments:
Comments
- is a list Pos-Comment returned by
read_term/3
TermPos
- is the start-location of the actual term
File
- is the file that is being loaded.