aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-18 14:23:00 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-18 14:23:00 +0000
commit14ca04cea1ba18d684a6286ca51e675a2835c8ac (patch)
treee2274abdafba83e9487887dca0ca3bf22766bf6f /src/include
parent4cbd3d6f60160226c1bc30da655838c2e2fad4e3 (diff)
downloadgnunet-14ca04cea1ba18d684a6286ca51e675a2835c8ac.tar.gz
gnunet-14ca04cea1ba18d684a6286ca51e675a2835c8ac.zip
doxy fixes
Diffstat (limited to 'src/include')
-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 6b7016c74..2aa7e020a 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.h
@@ -1006,7 +1006,6 @@ GNUNET_CONTAINER_heap_remove_root (struct GNUNET_CONTAINER_Heap *heap);
1006/** 1006/**
1007 * Removes a node from the heap. 1007 * Removes a node from the heap.
1008 * 1008 *
1009 * @param heap heap to modify
1010 * @param node node to remove 1009 * @param node node to remove
1011 * @return element data stored at the node, NULL if heap is empty 1010 * @return element data stored at the node, NULL if heap is empty
1012 */ 1011 */