diff options
author | Christian Grothoff <christian@grothoff.org> | 2014-06-11 10:47:40 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2014-06-11 10:47:40 +0000 |
commit | 04f5d7e9bb3ca45ae2122c968f627114988e10b9 (patch) | |
tree | f7ce2158dee964e111d5261a0f69db16b0f62f80 /src/include/gnunet_hello_lib.h | |
parent | 0203ddfc0faa65fa5f43a2264bd2fca2984b9acd (diff) |
-doxygen
Diffstat (limited to 'src/include/gnunet_hello_lib.h')
-rw-r--r-- | src/include/gnunet_hello_lib.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_hello_lib.h b/src/include/gnunet_hello_lib.h index a88a3f9ac3..9921409038 100644 --- a/src/include/gnunet_hello_lib.h +++ b/src/include/gnunet_hello_lib.h @@ -231,7 +231,7 @@ GNUNET_HELLO_add_address (const struct GNUNET_HELLO_Address *address, * @param cls closure * @param max maximum number of bytes that can be written to @a buf * @param buf where to write the address information - * @return number of bytes written or 0, GNUNET_SYSERR to signal the + * @return number of bytes written or 0, #GNUNET_SYSERR to signal the * end of the iteration. */ typedef ssize_t @@ -263,6 +263,7 @@ GNUNET_HELLO_create (const struct GNUNET_CRYPTO_EddsaPublicKey *publicKey, /** * Return the size of the given HELLO message. + * * @param hello to inspect * @return the size, 0 if HELLO is invalid */ |