Skip to content

Commit

Permalink
reexported pred are not documented, inserted link to doc of reexporte…
Browse files Browse the repository at this point in the history
…d modules
  • Loading branch information
friguzzi committed Dec 11, 2023
1 parent c369591 commit cc84f13
Show file tree
Hide file tree
Showing 10 changed files with 428 additions and 1,219 deletions.
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,11 @@ doc/manual.blg
doc/manual.log
doc/manual.out

*.dot
*.dot
*.aux
*.sty
*.log
*.toc
*.fls
*.out
*.fdb_latexmk
2 changes: 1 addition & 1 deletion docs/gen_pldoc.pl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
gen_doc :-
load_all,
Opts = [ doc_root('./pldoc'),
include_reexported(true)
include_reexported(false)
],

forall(doc_file(File),
Expand Down
518 changes: 138 additions & 380 deletions docs/pldoc/lemur.html

Large diffs are not rendered by default.

255 changes: 53 additions & 202 deletions docs/pldoc/mcintyre.html

Large diffs are not rendered by default.

585 changes: 152 additions & 433 deletions docs/pldoc/pita.html

Large diffs are not rendered by default.

270 changes: 68 additions & 202 deletions docs/pldoc/slipcover.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions prolog/lemur.pl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
See https://friguzzi.github.io/cplint/ for
details.
Reexports [slipcover](https://friguzzi.github.io/cplint/pldoc/slipcover.html)
@author Nicola di Mauro, Fabrizio Riguzzi, Elena Bellodi
@license Artistic License 2.0
@copyright Nicola di Mauro, Fabrizio Riguzzi, Elena Bellodi
Expand Down
2 changes: 2 additions & 0 deletions prolog/mcintyre.pl
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@
See https://friguzzi.github.io/cplint/ for details.
Reexports [cplint_util](https://friguzzi.github.io/cplint/pldoc/cplint_util.html) and [clpr](https://www.swi-prolog.org/pldoc/man?section=clpqr).
@author Fabrizio Riguzzi
@license Artistic License 2.0 https://opensource.org/licenses/Artistic-2.0
@copyright Fabrizio Riguzzi
Expand Down
2 changes: 2 additions & 0 deletions prolog/pita.pl
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
See https://friguzzi.github.io/cplint/ for
details.
Reexports [cplint_util](https://friguzzi.github.io/cplint/pldoc/cplint_util.html) and [bddem](https://friguzzi.github.io/bddem/)
@author Fabrizio Riguzzi
@license Artistic License 2.0 https://opensource.org/licenses/Artistic-2.0
@copyright Fabrizio Riguzzi
Expand Down
2 changes: 2 additions & 0 deletions prolog/slipcover.pl
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
See https://friguzzi.github.io/cplint/ for
details.
Reexports [bddem](https://friguzzi.github.io/bddem/)
@author Fabrizio Riguzzi, Elena Bellodi
@license Artistic License 2.0
@copyright Fabrizio Riguzzi, Elena Bellodi
Expand Down

0 comments on commit cc84f13

Please sign in to comment.