some fixes for doxygen

This commit is contained in:
Martin Willi
2006-10-31 15:24:08 +00:00
parent db7ef62494
commit e691a5c493
4 changed files with 16 additions and 8 deletions
@@ -34,7 +34,7 @@ typedef struct psk_authenticator_t psk_authenticator_t;
* - psk_authenticator_create()
* - authenticator_create() using auth_method AUTH_PSK
*
* @ingroup authenticator
* @ingroup authenticators
*/
struct psk_authenticator_t {
@@ -50,7 +50,7 @@ struct psk_authenticator_t {
* @param ike_sa associated ike_sa
* @return psk_authenticator_t object
*
* @ingroup authenticator
* @ingroup authenticators
*/
psk_authenticator_t *psk_authenticator_create(ike_sa_t *ike_sa);