This commit is contained in:
Vitor Santos Costa
2017-04-07 23:10:59 +01:00
parent a9f02dddca
commit faf3c930c8
86 changed files with 901 additions and 642 deletions

View File

@@ -1,4 +1,4 @@
/*************************************************************************
0/*************************************************************************
* *
* YAP Prolog *
* *
@@ -28,11 +28,10 @@ static char SccsId[] = "%W% %G%";
#define NULL (void *)0
#endif
/** @file attvars.c
@{ */
/**
* @defgroup AttributeVariables_Builtins Implementation of Attribute Declarations
/**
@file attvar.c
@{
@defgroup AttributeVariables_Builtins Implementation of Attribute Declarations
@ingroup AttributeVariables
*/