comparison 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
comparison
equal deleted inserted replaced
1254:6d840341bc25 1255:2a1aa9df8f11
14 */ 14 */
15 15
16 #include <seccomon.h> 16 #include <seccomon.h>
17 #include "strhelp.h" 17 #include "strhelp.h"
18 18
19 /**
20 * @struct seciteml
21 * @brief simple linked list sturcture. */
19 struct seciteml { 22 struct seciteml {
20 SECItem *item; 23 /*@{*/
21 struct seciteml *next; 24 SECItem *item;/**< Pointer to the held item*/
25 struct seciteml *next;/**< Pointer to the next part of the list*/
26 /*@}*/
22 }; 27 };
23 28
24 /** 29 /**
25 * @brief Type for SECItem lists 30 * @brief Type for SECItem lists
26 */ 31 */

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