diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-12-22 00:06:17 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-12-22 00:06:17 +0000 |
commit | a1d7df8eb6f760367286cb609d52d6f7f7532042 (patch) | |
tree | dc4782528dc191d0697c2fd62e990b25551a7951 /src/regex/plugin_block_regex.c | |
parent | 67284306ef172f705e0c421e7456199df3a55823 (diff) |
-fix calculation of block size, doxygen
Diffstat (limited to 'src/regex/plugin_block_regex.c')
-rw-r--r-- | src/regex/plugin_block_regex.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regex/plugin_block_regex.c b/src/regex/plugin_block_regex.c index ac9eee07cf..43ebe7b323 100644 --- a/src/regex/plugin_block_regex.c +++ b/src/regex/plugin_block_regex.c @@ -270,9 +270,9 @@ block_plugin_regex_evaluate (void *cls, enum GNUNET_BLOCK_Type type, * @param cls closure * @param type block type * @param block block to get the key for - * @param block_size number of bytes in block + * @param block_size number of bytes in @a block * @param key set to the key (query) for the given block - * @return GNUNET_OK on success, GNUNET_SYSERR if type not supported + * @return #GNUNET_OK on success, #GNUNET_SYSERR if type not supported * (or if extracting a key from a block of this type does not work) */ static int |