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_ @}*/
|
||||
|
||||
@@ -323,8 +323,6 @@ struct child_sa_t {
|
||||
*
|
||||
* @param me own address
|
||||
* @param other remote address
|
||||
* @param my_id id of own peer
|
||||
* @param other_id id of remote peer
|
||||
* @param config config to use for this CHILD_SA
|
||||
* @param reqid reqid of old CHILD_SA when rekeying, 0 otherwise
|
||||
* @param encap TRUE to enable UDP encapsulation (NAT traversal)
|
||||
@@ -333,4 +331,4 @@ struct child_sa_t {
|
||||
child_sa_t * child_sa_create(host_t *me, host_t *other, child_cfg_t *config,
|
||||
u_int32_t reqid, bool encap);
|
||||
|
||||
#endif /*CHILD_SA_H_ @} */
|
||||
#endif /** CHILD_SA_H_ @}*/
|
||||
|
||||
@@ -120,4 +120,4 @@ struct connect_manager_t {
|
||||
*/
|
||||
connect_manager_t *connect_manager_create(void);
|
||||
|
||||
#endif /*CONNECT_MANAGER_H_ @} */
|
||||
#endif /** CONNECT_MANAGER_H_ @}*/
|
||||
|
||||
@@ -920,4 +920,4 @@ struct ike_sa_t {
|
||||
*/
|
||||
ike_sa_t *ike_sa_create(ike_sa_id_t *ike_sa_id);
|
||||
|
||||
#endif /* IKE_SA_H_ @} */
|
||||
#endif /** IKE_SA_H_ @}*/
|
||||
|
||||
@@ -125,4 +125,4 @@ struct ike_sa_id_t {
|
||||
ike_sa_id_t * ike_sa_id_create(u_int64_t initiator_spi, u_int64_t responder_spi,
|
||||
bool is_initiaor);
|
||||
|
||||
#endif /*IKE_SA_ID_H_ @} */
|
||||
#endif /** IKE_SA_ID_H_ @}*/
|
||||
|
||||
@@ -216,4 +216,4 @@ struct ike_sa_manager_t {
|
||||
*/
|
||||
ike_sa_manager_t *ike_sa_manager_create(void);
|
||||
|
||||
#endif /*IKE_SA_MANAGER_H_ @} */
|
||||
#endif /** IKE_SA_MANAGER_H_ @}*/
|
||||
|
||||
@@ -162,4 +162,4 @@ struct keymat_t {
|
||||
*/
|
||||
keymat_t *keymat_create(bool initiator);
|
||||
|
||||
#endif /* KEYMAT_ @}*/
|
||||
#endif /** KEYMAT_ @}*/
|
||||
|
||||
@@ -88,4 +88,4 @@ struct mediation_manager_t {
|
||||
*/
|
||||
mediation_manager_t *mediation_manager_create(void);
|
||||
|
||||
#endif /*MEDIATION_MANAGER_H_ @} */
|
||||
#endif /** MEDIATION_MANAGER_H_ @}*/
|
||||
|
||||
@@ -87,7 +87,7 @@ typedef struct task_manager_t task_manager_t;
|
||||
4s * (1.8 ** 4) = 42s 89s
|
||||
4s * (1.8 ** 5) = 76s 165s
|
||||
|
||||
@endberbatim
|
||||
@endverbatim
|
||||
* The peer is considered dead after 2min 45s when no reply comes in.
|
||||
*/
|
||||
struct task_manager_t {
|
||||
@@ -172,4 +172,4 @@ struct task_manager_t {
|
||||
*/
|
||||
task_manager_t *task_manager_create(ike_sa_t *ike_sa);
|
||||
|
||||
#endif /* TASK_MANAGER_H_ @} */
|
||||
#endif /** TASK_MANAGER_H_ @}*/
|
||||
|
||||
@@ -77,4 +77,4 @@ struct child_create_t {
|
||||
*/
|
||||
child_create_t *child_create_create(ike_sa_t *ike_sa, child_cfg_t *config);
|
||||
|
||||
#endif /* CHILD_CREATE_H_ @} */
|
||||
#endif /** CHILD_CREATE_H_ @}*/
|
||||
|
||||
@@ -59,4 +59,4 @@ struct child_delete_t {
|
||||
child_delete_t *child_delete_create(ike_sa_t *ike_sa, protocol_id_t protocol,
|
||||
u_int32_t spi);
|
||||
|
||||
#endif /* CHILD_DELETE_H_ @} */
|
||||
#endif /** CHILD_DELETE_H_ @}*/
|
||||
|
||||
@@ -63,4 +63,4 @@ struct child_rekey_t {
|
||||
child_rekey_t *child_rekey_create(ike_sa_t *ike_sa, protocol_id_t protocol,
|
||||
u_int32_t spi);
|
||||
|
||||
#endif /* CHILD_REKEY_H_ @} */
|
||||
#endif /** CHILD_REKEY_H_ @}*/
|
||||
|
||||
@@ -56,4 +56,4 @@ struct ike_auth_t {
|
||||
*/
|
||||
ike_auth_t *ike_auth_create(ike_sa_t *ike_sa, bool initiator);
|
||||
|
||||
#endif /* IKE_AUTH_H_ @} */
|
||||
#endif /** IKE_AUTH_H_ @}*/
|
||||
|
||||
@@ -52,4 +52,4 @@ struct ike_auth_lifetime_t {
|
||||
*/
|
||||
ike_auth_lifetime_t *ike_auth_lifetime_create(ike_sa_t *ike_sa, bool initiator);
|
||||
|
||||
#endif /* IKE_MOBIKE_H_ @} */
|
||||
#endif /** IKE_MOBIKE_H_ @}*/
|
||||
|
||||
@@ -52,4 +52,4 @@ struct ike_cert_post_t {
|
||||
*/
|
||||
ike_cert_post_t *ike_cert_post_create(ike_sa_t *ike_sa, bool initiator);
|
||||
|
||||
#endif /* IKE_CERT_POST_H_ @} */
|
||||
#endif /** IKE_CERT_POST_H_ @}*/
|
||||
|
||||
@@ -52,4 +52,4 @@ struct ike_cert_pre_t {
|
||||
*/
|
||||
ike_cert_pre_t *ike_cert_pre_create(ike_sa_t *ike_sa, bool initiator);
|
||||
|
||||
#endif /* IKE_CERT_PRE_H_ @} */
|
||||
#endif /** IKE_CERT_PRE_H_ @}*/
|
||||
|
||||
@@ -50,4 +50,4 @@ struct ike_config_t {
|
||||
*/
|
||||
ike_config_t *ike_config_create(ike_sa_t *ike_sa, bool initiator);
|
||||
|
||||
#endif /* IKE_CONFIG_H_ @} */
|
||||
#endif /** IKE_CONFIG_H_ @}*/
|
||||
|
||||
@@ -49,4 +49,4 @@ struct ike_delete_t {
|
||||
*/
|
||||
ike_delete_t *ike_delete_create(ike_sa_t *ike_sa, bool initiator);
|
||||
|
||||
#endif /* IKE_DELETE_H_ @} */
|
||||
#endif /** IKE_DELETE_H_ @}*/
|
||||
|
||||
@@ -50,4 +50,4 @@ struct ike_dpd_t {
|
||||
*/
|
||||
ike_dpd_t *ike_dpd_create(bool initiator);
|
||||
|
||||
#endif /* IKE_DPD_H_ @} */
|
||||
#endif /** IKE_DPD_H_ @}*/
|
||||
|
||||
@@ -59,4 +59,4 @@ struct ike_init_t {
|
||||
*/
|
||||
ike_init_t *ike_init_create(ike_sa_t *ike_sa, bool initiator, ike_sa_t *old_sa);
|
||||
|
||||
#endif /* IKE_INIT_H_ @} */
|
||||
#endif /** IKE_INIT_H_ @}*/
|
||||
|
||||
@@ -97,4 +97,4 @@ struct ike_me_t {
|
||||
*/
|
||||
ike_me_t *ike_me_create(ike_sa_t *ike_sa, bool initiator);
|
||||
|
||||
#endif /*IKE_ME_H_ @} */
|
||||
#endif /** IKE_ME_H_ @}*/
|
||||
|
||||
@@ -87,4 +87,4 @@ struct ike_mobike_t {
|
||||
*/
|
||||
ike_mobike_t *ike_mobike_create(ike_sa_t *ike_sa, bool initiator);
|
||||
|
||||
#endif /* IKE_MOBIKE_H_ @} */
|
||||
#endif /** IKE_MOBIKE_H_ @}*/
|
||||
|
||||
@@ -58,4 +58,4 @@ struct ike_natd_t {
|
||||
*/
|
||||
ike_natd_t *ike_natd_create(ike_sa_t *ike_sa, bool initiator);
|
||||
|
||||
#endif /* IKE_NATD_H_ @} */
|
||||
#endif /** IKE_NATD_H_ @}*/
|
||||
|
||||
@@ -50,4 +50,4 @@ struct ike_reauth_t {
|
||||
*/
|
||||
ike_reauth_t *ike_reauth_create(ike_sa_t *ike_sa);
|
||||
|
||||
#endif /* IKE_REAUTH_H_ @} */
|
||||
#endif /** IKE_REAUTH_H_ @}*/
|
||||
|
||||
@@ -60,4 +60,4 @@ struct ike_rekey_t {
|
||||
*/
|
||||
ike_rekey_t *ike_rekey_create(ike_sa_t *ike_sa, bool initiator);
|
||||
|
||||
#endif /* IKE_REKEY_H_ @} */
|
||||
#endif /** IKE_REKEY_H_ @}*/
|
||||
|
||||
@@ -145,4 +145,4 @@ struct task_t {
|
||||
void (*destroy) (task_t *this);
|
||||
};
|
||||
|
||||
#endif /* TASK_H_ @} */
|
||||
#endif /** TASK_H_ @}*/
|
||||
|
||||
Reference in New Issue
Block a user