aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-08-25 10:02:03 +0200
committerMattias Andrée <maandree@operamail.com>2014-08-25 10:02:03 +0200
commit44349109c184692aae10f3381f1151489c17336c (patch)
tree9a22116765e0594ee65b35925671df06311aa4aa
parentm (diff)
downloadmds-44349109c184692aae10f3381f1151489c17336c.tar.gz
mds-44349109c184692aae10f3381f1151489c17336c.tar.bz2
mds-44349109c184692aae10f3381f1151489c17336c.tar.xz
m doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/libmdsserver/macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmdsserver/macros.h b/src/libmdsserver/macros.h
index f6e60d1..bdbd537 100644
--- a/src/libmdsserver/macros.h
+++ b/src/libmdsserver/macros.h
@@ -284,7 +284,7 @@
/**
* Free an array and all elements in an array
*
- * @param array:¿V?* The array to free
+ * @param array:void** The array to free
* @param elements:size_t The number of elements, in the array, to free
* @scope i:size_t The variable `i` must be declared as `size_t` and avaiable for use
*/