multicast, psyc, psycstore, client_manager fixes
[oweals/gnunet.git] / src / include / gnunet_strings_lib.h
index f8f2a92d5a8af9ea7b06f19d088a9ff208e4ef68..e02884d40f175acbb0f25d5cc011dc01fde7bf61 100644 (file)
@@ -302,8 +302,8 @@ GNUNET_STRINGS_data_to_string (const void *data,
  * The returned string will be freshly allocated, and must be free'd
  * with #GNUNET_free().
  *
- * @param buffer with data
- * @param size size of the buffer
+ * @param buf buffer with data
+ * @param size size of the buffer @a buf
  * @return freshly allocated, null-terminated string
  */
 char *
@@ -316,7 +316,7 @@ GNUNET_STRINGS_data_to_string_alloc (const void *buf,
  * @a out_size must match exactly the size of the data before it was encoded.
  *
  * @param enc the encoding
- * @param enclen number of characters in 'enc' (without 0-terminator, which can be missing)
+ * @param enclen number of characters in @a enc (without 0-terminator, which can be missing)
  * @param out location where to store the decoded data
  * @param out_size size of the output buffer @a out
  * @return #GNUNET_OK on success, #GNUNET_SYSERR if result has the wrong encoding