aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-07-20 14:42:28 +0200
committerMattias Andrée <maandree@kth.se>2016-07-20 14:42:28 +0200
commit93bcc4a785261c02a6e46e4c8214a72790e4a192 (patch)
tree360c9e4837cb5d01b9a6033aba4424bcb6857e58 /src
parentm ref (diff)
downloadlibcoopgamma-93bcc4a785261c02a6e46e4c8214a72790e4a192.tar.gz
libcoopgamma-93bcc4a785261c02a6e46e4c8214a72790e4a192.tar.bz2
libcoopgamma-93bcc4a785261c02a6e46e4c8214a72790e4a192.tar.xz
m doc
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src')
-rw-r--r--src/libcoopgamma.c5
-rw-r--r--src/libcoopgamma.h5
2 files changed, 6 insertions, 4 deletions
diff --git a/src/libcoopgamma.c b/src/libcoopgamma.c
index 9cf6b2a..dc3b4e3 100644
--- a/src/libcoopgamma.c
+++ b/src/libcoopgamma.c
@@ -190,8 +190,9 @@ int libcoopgamma_ramps_initialise_(void* restrict this, size_t width)
/**
* Release all resources allocated to a `libcoopgamma_ramps8_t`, `libcoopgamma_ramps16_t`,
- * `libcoopgamma_ramps32_t`, `libcoopgamma_ramps64_t`, `libcoopgamma_rampsf_t`, or
- * `libcoopgamma_rampsd_t`, the allocation of the record itself is not freed
+ * `libcoopgamma_ramps32_t`, `libcoopgamma_ramps64_t`, `libcoopgamma_rampsf_t`,
+ * `libcoopgamma_rampsd_t`, or `libcoopgamma_ramps_t`, the allocation of the record
+ * itself is not freed
*
* Always call this function after failed call to `libcoopgamma_ramps_initialise`
* or failed call to `libcoopgamma_ramps_unmarshal`
diff --git a/src/libcoopgamma.h b/src/libcoopgamma.h
index 9edcb34..8ff62ac 100644
--- a/src/libcoopgamma.h
+++ b/src/libcoopgamma.h
@@ -805,8 +805,9 @@ int libcoopgamma_ramps_initialise_(void* restrict, size_t);
/**
* Release all resources allocated to a `libcoopgamma_ramps8_t`, `libcoopgamma_ramps16_t`,
- * `libcoopgamma_ramps32_t`, `libcoopgamma_ramps64_t`, `libcoopgamma_rampsf_t`, or
- * `libcoopgamma_rampsd_t`, the allocation of the record itself is not freed
+ * `libcoopgamma_ramps32_t`, `libcoopgamma_ramps64_t`, `libcoopgamma_rampsf_t`,
+ * `libcoopgamma_rampsd_t`, or `libcoopgamma_ramps_t`, the allocation of the record
+ * itself is not freed
*
* Always call this function after failed call to `libcoopgamma_ramps_initialise`
* or failed call to `libcoopgamma_ramps_unmarshal`