- Added some doxygen documentation.

This commit is contained in:
ccremers
2004-07-19 13:31:44 +00:00
parent 03c19a4774
commit ffecc1a1ac
3 changed files with 22 additions and 0 deletions

View File

@@ -1,3 +1,12 @@
/*!\file match_clp.c
*\brief Implements the match function.
*
* The match function here is integrated here with an enabled() function.
* It is the constraint-logic based match.
*
*\warning Some code is obsolete, as there hasn't been any development on the CL version for a while.
*/
#include <stdlib.h>
#include <stdio.h>
#include "match_clp.h"