diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-08-05 11:53:35 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-08-05 11:53:53 +0200 |
commit | edb82ab8aecf9683d25c67536a453f21fc656373 (patch) | |
tree | ba3d7182ffda1253c5d589fa25ed6679d6c2bcd4 /src | |
parent | 7ea87db00d95cf5f91288fc4067a7ab14f43fd6d (diff) | |
download | strongswan-edb82ab8aecf9683d25c67536a453f21fc656373.tar.bz2 strongswan-edb82ab8aecf9683d25c67536a453f21fc656373.tar.xz |
Some Doxygen fixes.
Diffstat (limited to 'src')
-rw-r--r-- | src/libcharon/plugins/eap_radius/radius_server.h | 1 | ||||
-rw-r--r-- | src/libcharon/plugins/eap_tls/eap_tls.h | 2 | ||||
-rw-r--r-- | src/libtls/tls_prf.h | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/src/libcharon/plugins/eap_radius/radius_server.h b/src/libcharon/plugins/eap_radius/radius_server.h index b820cb583..ba4c94619 100644 --- a/src/libcharon/plugins/eap_radius/radius_server.h +++ b/src/libcharon/plugins/eap_radius/radius_server.h @@ -79,6 +79,7 @@ struct radius_server_t { * @param server server address * @param port server port * @param nas_identifier NAS-Identifier to use with this server + * @param secret secret to use with this server * @param sockets number of sockets to create in pool * @param preference preference boost for this server */ diff --git a/src/libcharon/plugins/eap_tls/eap_tls.h b/src/libcharon/plugins/eap_tls/eap_tls.h index 6be7b4a4f..7e080230a 100644 --- a/src/libcharon/plugins/eap_tls/eap_tls.h +++ b/src/libcharon/plugins/eap_tls/eap_tls.h @@ -14,7 +14,7 @@ */ /** - * @defgroup eap_tls eap_tls + * @defgroup eap_tls_i eap_tls * @{ @ingroup eap_tls */ diff --git a/src/libtls/tls_prf.h b/src/libtls/tls_prf.h index 811ce2d05..9fb9bc2de 100644 --- a/src/libtls/tls_prf.h +++ b/src/libtls/tls_prf.h @@ -57,7 +57,7 @@ struct tls_prf_t { /** * Create a tls_prf instance with specific algorithm as in TLS 1.2. * - * @param hash underlying PRF function to use + * @param prf underlying PRF function to use * @return TLS PRF algorithm */ tls_prf_t *tls_prf_create_12(pseudo_random_function_t prf); |