diff cinst/nss-secitemlist.h @ 1304:82fab0c689bf 0.9.3

Fix doxygen syntax error. Change inout to in,out
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 29 Sep 2014 16:42:06 +0200
parents 2a1aa9df8f11
children
line wrap: on
line diff
--- a/cinst/nss-secitemlist.h	Mon Sep 29 16:38:09 2014 +0200
+++ b/cinst/nss-secitemlist.h	Mon Sep 29 16:42:06 2014 +0200
@@ -35,7 +35,7 @@
  * @brief Prepend a new SECItem to list
  *
  * The data will be copied.
- * @param[inout] list pointer to the list to which the item will be added.
+ * @param[in,out] list pointer to the list to which the item will be added.
  * @param[in] item the SECItem to add to the list.
  */
 void seciteml_push (seciteml_t **list, SECItem *item);
@@ -43,7 +43,7 @@
 /**
  * @brief Remove and return first SECItem from list
  *
- * @param[inout] list pointer to the list to which the item will be added.
+ * @param[in,out] list pointer to the list to which the item will be added.
  * @returns the removed item, or NULL if list is empty.
  * The caller shoud free this item after use.
  */
@@ -54,7 +54,7 @@
  *
  * Frees a secitem list
  *
- * @param[inout] list pointer to the list which should be freed. set to NULL
+ * @param[in,out] list pointer to the list which should be freed. set to NULL
  */
 void seciteml_free (seciteml_t **list);
 

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