Add documentation

This commit is contained in:
Vítor Santos Costa
2015-11-18 15:06:25 +00:00
parent 7236d4a527
commit ce8a19d381
88 changed files with 7982 additions and 2083 deletions

View File

@@ -1,3 +1,12 @@
/**
* @file parameters.yap
* @author VITOR SANTOS COSTA <vsc@VITORs-MBP.lan>
* @date Tue Nov 17 23:34:04 2015
*
* @brief Experimental test generation code.
*
*
*/
:- module( parameters,
[such_that/2,
@@ -17,9 +26,8 @@
%%! @{
/**
@file parameters.yap
@defgroup parameter Automating test generation
@ingroup library
* @defgroup parameters Automating test generation
* @ingroup library
This library aims at facilitating test generation in a logic
program, namely when interfacing to foreign code. It introduces the