This commit is contained in:
Vitor Santos Costa
2018-05-20 18:40:56 +01:00
parent bdf7088665
commit 518ce92bea
17 changed files with 770 additions and 806 deletions

View File

@@ -1,6 +1,7 @@
/**
*
* @section Python Built-Ins
* @defgroup Py4YAP-Bips Python Built-Ins
* @ingroup Py4YAP
*
* The Python engine includes a large number of Python built-ins. Some
* of them are interfaced here.
@@ -1078,3 +1079,5 @@ PyObject *compound_to_pyeval(term_t t, PyObject *context, bool cvt) {
return rc;
}
}
// @}