diff options
author | Martin Willi <martin@strongswan.org> | 2005-12-15 12:10:53 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-12-15 12:10:53 +0000 |
commit | 19f78a6fed6e966721e9e310099dbfa79489f9d9 (patch) | |
tree | b3902ad27411f082bbb286cbb44340d99b4c8edc /Source/charon/utils/iterator.h | |
parent | b4ffed672b50523506d410b64fb2ed1aa026617f (diff) | |
download | strongswan-19f78a6fed6e966721e9e310099dbfa79489f9d9.tar.bz2 strongswan-19f78a6fed6e966721e9e310099dbfa79489f9d9.tar.xz |
- fixed doxygen warnings
Diffstat (limited to 'Source/charon/utils/iterator.h')
-rw-r--r-- | Source/charon/utils/iterator.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |