This commit is contained in:
Vitor Santos Costa
2018-04-27 13:01:08 +01:00
parent af848f28aa
commit 1c293a9af4
51 changed files with 4794 additions and 2393 deletions

View File

@@ -17,9 +17,9 @@
/** @file C/flags.c
@addtogroup Flags
@ingroup core
@{
@addtogroup Flags
@ingroup builtins
*/
// this is where we define flags
@@ -1725,3 +1725,5 @@ void Yap_InitFlags(bool bootstrap) {
}
/* Accessing and changing the flags for a predicate */
// @}