From e6eddc4963a115e025745a1dc2d213bcff32fbed Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 24 Feb 2017 22:46:50 -0500 Subject: [PATCH] Added doc string --- include/cyclone/runtime.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/cyclone/runtime.h b/include/cyclone/runtime.h index f70ff35f..d575e26e 100644 --- a/include/cyclone/runtime.h +++ b/include/cyclone/runtime.h @@ -140,6 +140,7 @@ object Cyc_global_set(void *thd, object * glo, object value); /** * \defgroup prim_pairs Pairs and lists + * @brief Functions for working with pairs and lists */ /**@{*/ object Cyc_car(void *data, object lis);