aboutsummaryrefslogtreecommitdiff
path: root/src/regex
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-07 14:35:51 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-07 14:35:51 +0000
commit794fc27048618c511ce2421720d1ede225224018 (patch)
tree9838765dc6398ed39950fb377944054bb12a9ab8 /src/regex
parente1fa8e431de13b5fe11ecd24ca2d4394d440ce54 (diff)
downloadgnunet-794fc27048618c511ce2421720d1ede225224018.tar.gz
gnunet-794fc27048618c511ce2421720d1ede225224018.zip
-doxygen fixes
Diffstat (limited to 'src/regex')
-rw-r--r--src/regex/gnunet-regex-profiler.c2
-rw-r--r--src/regex/regex_block_lib.c2
-rw-r--r--src/regex/regex_block_lib.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/regex/gnunet-regex-profiler.c b/src/regex/gnunet-regex-profiler.c
index 75f3d96a1..638f1a1a4 100644
--- a/src/regex/gnunet-regex-profiler.c
+++ b/src/regex/gnunet-regex-profiler.c
@@ -1098,7 +1098,7 @@ dht_da (void *cls, void *op_result)
1098 * 1098 *
1099 * @param cls NULL 1099 * @param cls NULL
1100 * @param num_peers_ number of peers in 'peers' 1100 * @param num_peers_ number of peers in 'peers'
1101 * @param peers handle to peers run in the testbed. NULL upon timeout (see 1101 * @param testbed_peers handle to peers run in the testbed. NULL upon timeout (see
1102 * GNUNET_TESTBED_test_run()). 1102 * GNUNET_TESTBED_test_run()).
1103 * @param links_succeeded the number of overlay link connection attempts that 1103 * @param links_succeeded the number of overlay link connection attempts that
1104 * succeeded 1104 * succeeded
diff --git a/src/regex/regex_block_lib.c b/src/regex/regex_block_lib.c
index 7b273e6d8..69c6bbc1f 100644
--- a/src/regex/regex_block_lib.c
+++ b/src/regex/regex_block_lib.c
@@ -244,7 +244,7 @@ REGEX_BLOCK_check (const struct RegexBlock *block,
244 * 244 *
245 * @param block block to get the key from 245 * @param block block to get the key from
246 * @param block_len number of bytes in block 246 * @param block_len number of bytes in block
247 * @param query where to store the key 247 * @param key where to store the key
248 * @return GNUNET_OK on success, GNUNET_SYSERR if the block is malformed 248 * @return GNUNET_OK on success, GNUNET_SYSERR if the block is malformed
249 */ 249 */
250int 250int
diff --git a/src/regex/regex_block_lib.h b/src/regex/regex_block_lib.h
index 80c2ea2af..28da934e3 100644
--- a/src/regex/regex_block_lib.h
+++ b/src/regex/regex_block_lib.h
@@ -143,7 +143,7 @@ REGEX_BLOCK_iterate (const struct RegexBlock *block,
143 * 143 *
144 * @param block block to get the key from 144 * @param block block to get the key from
145 * @param block_len number of bytes in block 145 * @param block_len number of bytes in block
146 * @param query where to store the key 146 * @param key where to store the key
147 * @return GNUNET_OK on success, GNUNET_SYSERR if the block is malformed 147 * @return GNUNET_OK on success, GNUNET_SYSERR if the block is malformed
148 */ 148 */
149int 149int