diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-25 09:52:39 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-25 09:52:39 +0200 |
commit | c743f9608572f66b9e580413d49619bc24f23fcc (patch) | |
tree | 4207e963ebe10b934d8ce9b1ff4191cc34cc4b84 /src | |
parent | m doc (diff) | |
download | mds-c743f9608572f66b9e580413d49619bc24f23fcc.tar.gz mds-c743f9608572f66b9e580413d49619bc24f23fcc.tar.bz2 mds-c743f9608572f66b9e580413d49619bc24f23fcc.tar.xz |
m doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/libmdsserver/macros.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libmdsserver/macros.h b/src/libmdsserver/macros.h index 1a2ebc0..20d277b 100644 --- a/src/libmdsserver/macros.h +++ b/src/libmdsserver/macros.h @@ -164,7 +164,7 @@ * * @param buffer:char* The buffer * @param type A data type - * @param count The number elements of the data type `type` to increase the pointer with + * @param count:size_t The number elements of the data type `type` to increase the pointer with * @retrun buffer: The buffer */ #define buf_next(buffer, type, count) \ @@ -176,7 +176,7 @@ * * @param buffer:char* The buffer * @param type A data type - * @param count The number elements of the data type `type` to decrease the pointer with + * @param count:size_t The number elements of the data type `type` to decrease the pointer with * @retrun buffer: The buffer */ #define buf_prev(buffer, type, count) \ |