
doc_process.pl -- Process source documentationThe pldoc module processes structured comments in Prolog source files into well formatted HTML documents.
prolog:predicate_summary(+PI, -Summary) is semidet[multifile]prolog_predicate, used by the IDE tools.
is_structured_comment(+Comment:string, -Prefixes:list(codes)) is semidet
doc_file_name(+Source:atom, -Doc:atom, +Options:list) is det
doc_file_has_comments(+Source:atom) is semidet
doc_comment(?Objects, -Pos, -Summary:string, -Comment:string) is nondetIf Object is unbound and multiple objects share the same description, Object is unified with a list of terms described above.
process_comments(+Comments:list, +TermPos, +File) is detcomments
option. It creates clauses of the form
where Id is one of
parse_comment(+Comment, +FilePos, -Parsed) is semidetdet,
etc.).
comment_modes(+Comment, -Modes:list) is semidet
doc_clean(+Module) is det