gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r24516 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r24516 - gnunet/src/include
Date: Wed, 24 Oct 2012 17:35:25 +0200

Author: grothoff
Date: 2012-10-24 17:35:25 +0200 (Wed, 24 Oct 2012)
New Revision: 24516

Modified:
   gnunet/src/include/gnunet_container_lib.h
Log:
-doxygen

Modified: gnunet/src/include/gnunet_container_lib.h
===================================================================
--- gnunet/src/include/gnunet_container_lib.h   2012-10-24 14:37:18 UTC (rev 
24515)
+++ gnunet/src/include/gnunet_container_lib.h   2012-10-24 15:35:25 UTC (rev 
24516)
@@ -839,6 +839,7 @@
  * Insert an element at the head of a MDLL. Assumes that head, tail and
  * element are structs with prev and next fields.
  *
+ * @param mdll suffix name for the next and prev pointers in the element
  * @param head pointer to the head of the MDLL
  * @param tail pointer to the tail of the MDLL
  * @param element element to insert
@@ -859,6 +860,7 @@
  * Insert an element at the tail of a MDLL. Assumes that head, tail and
  * element are structs with prev and next fields.
  *
+ * @param mdll suffix name for the next and prev pointers in the element
  * @param head pointer to the head of the MDLL
  * @param tail pointer to the tail of the MDLL
  * @param element element to insert
@@ -879,6 +881,7 @@
  * Insert an element into a MDLL after the given other element.  Insert
  * at the head if the other element is NULL.
  *
+ * @param mdll suffix name for the next and prev pointers in the element
  * @param head pointer to the head of the MDLL
  * @param tail pointer to the tail of the MDLL
  * @param other prior element, NULL for insertion at head of MDLL
@@ -908,6 +911,7 @@
  * Insert an element into a MDLL before the given other element.  Insert
  * at the tail if the other element is NULL.
  *
+ * @param mdll suffix name for the next and prev pointers in the element
  * @param head pointer to the head of the MDLL
  * @param tail pointer to the tail of the MDLL
  * @param other prior element, NULL for insertion at head of MDLL
@@ -938,6 +942,7 @@
  * that head, tail and element are structs
  * with prev and next fields.
  *
+ * @param mdll suffix name for the next and prev pointers in the element
  * @param head pointer to the head of the MDLL
  * @param tail pointer to the tail of the MDLL
  * @param element element to remove




reply via email to

[Prev in Thread] Current Thread [Next in Thread]