From 19f78a6fed6e966721e9e310099dbfa79489f9d9 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 15 Dec 2005 12:10:53 +0000 Subject: - fixed doxygen warnings --- Source/charon/utils/iterator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/charon/utils/iterator.h') diff --git a/Source/charon/utils/iterator.h b/Source/charon/utils/iterator.h index 260a4712b..69ee828f4 100644 --- a/Source/charon/utils/iterator.h +++ b/Source/charon/utils/iterator.h @@ -68,7 +68,7 @@ struct iterator_t { status_t (*current) (iterator_t *this, void **value); /** - * @biref Inserts a new item before the given iterator position. + * @brief Inserts a new item before the given iterator position. * * The iterator position is not changed after inserting * @@ -93,7 +93,7 @@ struct iterator_t { * The iterator position is not changed after replacing. * * @param this calling iterator - * @param[out]old_item old value will be written here(can be NULL) + * @param[out] old_item old value will be written here(can be NULL) * @param[in] new_item new value * * @return -- cgit v1.2.3