aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_container_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-30 21:08:54 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-30 21:08:54 +0000
commit60c2c502f0a4581a6f25386a8d54adb9cc8b6003 (patch)
tree36def6a8c4d12b9e3f7844e8eac0b1ded02aad11 /src/include/gnunet_container_lib.h
parent3eef32501096eae621c68a59fbe68da6b0992072 (diff)
downloadgnunet-60c2c502f0a4581a6f25386a8d54adb9cc8b6003.tar.gz
gnunet-60c2c502f0a4581a6f25386a8d54adb9cc8b6003.zip
some doxygen fixes
Diffstat (limited to 'src/include/gnunet_container_lib.h')
-rw-r--r--src/include/gnunet_container_lib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h
index bd4f9b032..bbf1ba2cf 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.h
@@ -491,7 +491,6 @@ typedef int (*GNUNET_CONTAINER_HashMapIterator) (void *cls,
491/** 491/**
492 * Create a multi hash map. 492 * Create a multi hash map.
493 * 493 *
494 * @param map the map
495 * @param len initial size (map will grow as needed) 494 * @param len initial size (map will grow as needed)
496 * @return NULL on error 495 * @return NULL on error
497 */ 496 */