updated Doxyfile
properly close all doxygen groups fixed remaining doxygen warnings
This commit is contained in:
@@ -162,4 +162,4 @@ authenticator_t *authenticator_create_from_class(ike_sa_t *ike_sa,
|
||||
authenticator_t *authenticator_create_from_method(ike_sa_t *ike_sa,
|
||||
auth_method_t method);
|
||||
|
||||
#endif /* AUTHENTICATOR_H_ @} */
|
||||
#endif /** AUTHENTICATOR_H_ @}*/
|
||||
|
||||
@@ -81,4 +81,4 @@ struct eap_manager_t {
|
||||
*/
|
||||
eap_manager_t *eap_manager_create();
|
||||
|
||||
#endif /* EAP_MANAGER_H_ @}*/
|
||||
#endif /** EAP_MANAGER_H_ @}*/
|
||||
|
||||
@@ -187,4 +187,4 @@ struct eap_method_t {
|
||||
typedef eap_method_t *(*eap_constructor_t)(identification_t *server,
|
||||
identification_t *peer);
|
||||
|
||||
#endif /* EAP_METHOD_H_ @} */
|
||||
#endif /** EAP_METHOD_H_ @}*/
|
||||
|
||||
@@ -133,4 +133,4 @@ struct sim_manager_t {
|
||||
*/
|
||||
sim_manager_t *sim_manager_create();
|
||||
|
||||
#endif /* SIM_MANAGER_H_ @}*/
|
||||
#endif /** SIM_MANAGER_H_ @}*/
|
||||
|
||||
@@ -144,4 +144,4 @@ struct eap_authenticator_t {
|
||||
*/
|
||||
eap_authenticator_t *eap_authenticator_create(ike_sa_t *ike_sa);
|
||||
|
||||
#endif /* EAP_AUTHENTICATOR_H_ @} */
|
||||
#endif /** EAP_AUTHENTICATOR_H_ @}*/
|
||||
|
||||
@@ -46,4 +46,4 @@ struct psk_authenticator_t {
|
||||
*/
|
||||
psk_authenticator_t *psk_authenticator_create(ike_sa_t *ike_sa);
|
||||
|
||||
#endif /* PSK_AUTHENTICATOR_H_ @} */
|
||||
#endif /** PSK_AUTHENTICATOR_H_ @}*/
|
||||
|
||||
@@ -47,4 +47,4 @@ struct pubkey_authenticator_t {
|
||||
*/
|
||||
pubkey_authenticator_t *pubkey_authenticator_create(ike_sa_t *ike_sa);
|
||||
|
||||
#endif /* PUBKEY_AUTHENTICATOR_H_ @} */
|
||||
#endif /** PUBKEY_AUTHENTICATOR_H_ @}*/
|
||||
|
||||
Reference in New Issue
Block a user