diff cinst/nss-secitemlist.h @ 1255:2a1aa9df8f11

(issue133) Improve API documentation
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 25 Sep 2014 17:58:12 +0200
parents 78798d3af8f0
children 82fab0c689bf
line wrap: on
line diff
--- a/cinst/nss-secitemlist.h	Thu Sep 25 17:37:03 2014 +0200
+++ b/cinst/nss-secitemlist.h	Thu Sep 25 17:58:12 2014 +0200
@@ -16,9 +16,14 @@
 #include <seccomon.h>
 #include "strhelp.h"
 
+/**
+ * @struct seciteml
+ * @brief simple linked list sturcture. */
 struct seciteml {
-  SECItem *item;
-  struct seciteml *next;
+  /*@{*/
+  SECItem *item;/**< Pointer to the held item*/
+  struct seciteml *next;/**< Pointer to the next part of the list*/
+  /*@}*/
 };
 
 /**

http://wald.intevation.org/projects/trustbridge/