updated Doxyfile

properly close all doxygen groups
fixed remaining doxygen warnings
This commit is contained in:
Martin Willi
2009-03-24 17:43:01 +00:00
parent e4838d02b3
commit 1490ff4d9b
296 changed files with 1703 additions and 510 deletions
+1 -1
View File
@@ -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_ @}*/
+1 -1
View File
@@ -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_ @}*/
+1 -1
View File
@@ -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_ @}*/
+1 -1
View File
@@ -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_ @}*/
+1 -1
View File
@@ -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_ @}*/
+1 -1
View File
@@ -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_ @}*/
+1 -1
View File
@@ -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_ @}*/
+1 -1
View File
@@ -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_ @}*/
+1 -1
View File
@@ -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_ @}*/
+1 -1
View File
@@ -50,4 +50,4 @@ struct ike_dpd_t {
*/
ike_dpd_t *ike_dpd_create(bool initiator);
#endif /* IKE_DPD_H_ @} */
#endif /** IKE_DPD_H_ @}*/
+1 -1
View File
@@ -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_ @}*/
+1 -1
View File
@@ -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_ @}*/
+1 -1
View File
@@ -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_ @}*/
+1 -1
View File
@@ -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_ @}*/
+1 -1
View File
@@ -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_ @}*/
+1 -1
View File
@@ -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_ @}*/
+1 -1
View File
@@ -145,4 +145,4 @@ struct task_t {
void (*destroy) (task_t *this);
};
#endif /* TASK_H_ @} */
#endif /** TASK_H_ @}*/