Some Doxygen fixes.

This commit is contained in:
Tobias Brunner
2010-08-05 11:53:53 +02:00
parent 7ea87db00d
commit edb82ab8ae
4 changed files with 6 additions and 5 deletions
@@ -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
*/
+1 -1
View File
@@ -14,7 +14,7 @@
*/
/**
* @defgroup eap_tls eap_tls
* @defgroup eap_tls_i eap_tls
* @{ @ingroup eap_tls
*/
+1 -1
View File
@@ -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);