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
@@ -55,4 +55,4 @@ acquire_job_t *acquire_job_create(u_int32_t reqid,
traffic_selector_t *src_ts,
traffic_selector_t *dst_ts);
#endif /* REKEY_CHILD_SA_JOB_H_ @} */
#endif /** REKEY_CHILD_SA_JOB_H_ @}*/
+1 -1
View File
@@ -116,4 +116,4 @@ callback_job_t *callback_job_create(callback_job_cb_t cb, void *data,
callback_job_cleanup_t cleanup,
callback_job_t *parent);
#endif /* CALLBACK_JOB_H_ @} */
#endif /** CALLBACK_JOB_H_ @}*/
@@ -58,4 +58,4 @@ delete_child_sa_job_t *delete_child_sa_job_create(u_int32_t reqid,
protocol_id_t protocol,
u_int32_t spi);
#endif /* DELETE_CHILD_SA_JOB_H_ @} */
#endif /** DELETE_CHILD_SA_JOB_H_ @}*/
@@ -56,4 +56,4 @@ struct delete_ike_sa_job_t {
delete_ike_sa_job_t *delete_ike_sa_job_create(ike_sa_id_t *ike_sa_id,
bool delete_if_established);
#endif /* DELETE_IKE_SA_JOB_H_ @} */
#endif /** DELETE_IKE_SA_JOB_H_ @}*/
@@ -60,4 +60,4 @@ initiate_mediation_job_t *initiate_mediation_job_create(ike_sa_id_t *ike_sa_id);
initiate_mediation_job_t *reinitiate_mediation_job_create(ike_sa_id_t *mediation_sa_id,
ike_sa_id_t *mediated_sa_id);
#endif /*INITIATE_MEDIATION_JOB_H_ @} */
#endif /** INITIATE_MEDIATION_JOB_H_ @}*/
+1 -1
View File
@@ -51,4 +51,4 @@ struct job_t {
void (*destroy) (job_t *job);
};
#endif /* JOB_H_ @} */
#endif /** JOB_H_ @}*/
+1 -1
View File
@@ -73,4 +73,4 @@ mediation_job_t *mediation_job_create(identification_t *peer_id,
mediation_job_t *mediation_callback_job_create(identification_t *requester,
identification_t *peer_id);
#endif /*MEDIATION_JOB_H_ @} */
#endif /** MEDIATION_JOB_H_ @}*/
+1 -1
View File
@@ -62,4 +62,4 @@ migrate_job_t *migrate_job_create(u_int32_t reqid,
policy_dir_t dir,
host_t *local, host_t *remote);
#endif /* MIGRATE_JOB_H_ @} */
#endif /** MIGRATE_JOB_H_ @}*/
@@ -48,4 +48,4 @@ struct process_message_job_t {
*/
process_message_job_t *process_message_job_create(message_t *message);
#endif /*PROCESS_MESSAGE_JOB_H_ @} */
#endif /** PROCESS_MESSAGE_JOB_H_ @}*/
@@ -56,4 +56,4 @@ struct rekey_child_sa_job_t {
rekey_child_sa_job_t *rekey_child_sa_job_create(u_int32_t reqid,
protocol_id_t protocol,
u_int32_t spi);
#endif /* REKEY_CHILD_SA_JOB_H_ @} */
#endif /** REKEY_CHILD_SA_JOB_H_ @}*/
@@ -50,4 +50,4 @@ struct rekey_ike_sa_job_t {
*/
rekey_ike_sa_job_t *rekey_ike_sa_job_create(ike_sa_id_t *ike_sa_id, bool reauth);
#endif /* REKEY_IKE_SA_JOB_H_ @} */
#endif /** REKEY_IKE_SA_JOB_H_ @}*/
+1 -1
View File
@@ -54,4 +54,4 @@ struct retransmit_job_t {
retransmit_job_t *retransmit_job_create(u_int32_t message_id,
ike_sa_id_t *ike_sa_id);
#endif /* RETRANSMIT_JOB_H_ @} */
#endif /** RETRANSMIT_JOB_H_ @}*/
+1 -1
View File
@@ -51,4 +51,4 @@ struct roam_job_t {
*/
roam_job_t *roam_job_create(bool address);
#endif /*ROAM_JOB_H_ @} */
#endif /** ROAM_JOB_H_ @}*/
+1 -1
View File
@@ -51,4 +51,4 @@ struct send_dpd_job_t {
*/
send_dpd_job_t *send_dpd_job_create(ike_sa_id_t *ike_sa_id);
#endif /*SEND_DPD_JOB_H_ @} */
#endif /** SEND_DPD_JOB_H_ @}*/
@@ -50,4 +50,4 @@ struct send_keepalive_job_t {
*/
send_keepalive_job_t *send_keepalive_job_create(ike_sa_id_t *ike_sa_id);
#endif /*SEND_KEEPALIVE_JOB_H_ @} */
#endif /** SEND_KEEPALIVE_JOB_H_ @}*/
+1 -1
View File
@@ -49,4 +49,4 @@ struct update_sa_job_t {
*/
update_sa_job_t *update_sa_job_create(u_int32_t reqid, host_t *new);
#endif /*UPDATE_SA_JOB_H_ @} */
#endif /** UPDATE_SA_JOB_H_ @}*/
+1 -1
View File
@@ -93,4 +93,4 @@ struct processor_t {
*/
processor_t *processor_create();
#endif /*PROCESSOR_H_ @} */
#endif /** PROCESSOR_H_ @}*/
+1 -1
View File
@@ -66,4 +66,4 @@ struct scheduler_t {
*/
scheduler_t *scheduler_create(void);
#endif /*SCHEDULER_H_ @} */
#endif /** SCHEDULER_H_ @}*/