update docs

This commit is contained in:
Vítor Santos Costa
2014-09-11 14:06:57 -05:00
parent 19c247accd
commit 3009987985
150 changed files with 13817 additions and 1515 deletions

View File

@@ -386,6 +386,7 @@
/**
@defgroup slotInterface Term Handles or Slots
@ingroup ChYInterface
@{
Term handles correspond to SWI-Prolog's term_t datatype: they are a safe representation
@@ -458,6 +459,11 @@ X_API void YAP_SlotsToArgs(int HowMany, YAP_handle_t slot);
/// @}
/**
@addtogroup c-interface
@{
*/
static arity_t
current_arity(void)
{
@@ -4185,3 +4191,6 @@ YAP_IntToAtom(Int i)
return SWI_Atoms[i];
}
/**
@}
*/