doc support

This commit is contained in:
Vítor Santos Costa
2015-01-04 23:58:23 +00:00
parent a87f1040ac
commit 3164ed2d61
124 changed files with 625 additions and 645 deletions

View File

@@ -29,10 +29,6 @@
the GNU General Public License.
*/
/** <module> occur check support
@ingroup SWILibrary
*/
:- module(occurs,
[ contains_term/2, % +SubTerm, +Term
contains_var/2, % +SubTerm, +Term
@@ -47,6 +43,10 @@
:- use_module(library(arg),
[genarg/3]).
/** <module> occur check support
@ingroup swi
*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
This is a SWI-Prolog implementation of the corresponding Quintus