updated Doxyfile
properly close all doxygen groups fixed remaining doxygen warnings
This commit is contained in:
@@ -84,4 +84,4 @@ struct generator_t {
|
||||
*/
|
||||
generator_t *generator_create(void);
|
||||
|
||||
#endif /*GENERATOR_H_ @} */
|
||||
#endif /** GENERATOR_H_ @}*/
|
||||
|
||||
@@ -353,4 +353,4 @@ message_t * message_create_from_packet(packet_t *packet);
|
||||
*/
|
||||
message_t * message_create(void);
|
||||
|
||||
#endif /*MESSAGE_H_ @} */
|
||||
#endif /** MESSAGE_H_ @}*/
|
||||
|
||||
@@ -78,4 +78,4 @@ struct parser_t {
|
||||
*/
|
||||
parser_t *parser_create(chunk_t data);
|
||||
|
||||
#endif /*PARSER_H_ @} */
|
||||
#endif /** PARSER_H_ @}*/
|
||||
|
||||
@@ -101,4 +101,4 @@ struct auth_payload_t {
|
||||
*/
|
||||
auth_payload_t *auth_payload_create(void);
|
||||
|
||||
#endif /* AUTH_PAYLOAD_H_ @} */
|
||||
#endif /** AUTH_PAYLOAD_H_ @}*/
|
||||
|
||||
@@ -115,7 +115,6 @@ struct cert_payload_t {
|
||||
/**
|
||||
* Creates an empty certificate payload.
|
||||
*
|
||||
* @param cert certificate to embed
|
||||
* @return cert_payload_t object
|
||||
*/
|
||||
cert_payload_t *cert_payload_create(void);
|
||||
@@ -137,4 +136,4 @@ cert_payload_t *cert_payload_create_from_cert(certificate_t *cert);
|
||||
*/
|
||||
cert_payload_t *cert_payload_create_from_hash_and_url(chunk_t hash, char *url);
|
||||
|
||||
#endif /* CERT_PAYLOAD_H_ @} */
|
||||
#endif /** CERT_PAYLOAD_H_ @}*/
|
||||
|
||||
@@ -89,4 +89,4 @@ certreq_payload_t *certreq_payload_create(void);
|
||||
*/
|
||||
certreq_payload_t *certreq_payload_create_type(certificate_type_t type);
|
||||
|
||||
#endif /* CERTREQ_PAYLOAD_H_ @} */
|
||||
#endif /** CERTREQ_PAYLOAD_H_ @}*/
|
||||
|
||||
@@ -127,4 +127,4 @@ struct configuration_attribute_t {
|
||||
*/
|
||||
configuration_attribute_t *configuration_attribute_create(void);
|
||||
|
||||
#endif /* CONFIGURATION_ATTRIBUTE_H_ @} */
|
||||
#endif /** CONFIGURATION_ATTRIBUTE_H_ @}*/
|
||||
|
||||
@@ -110,4 +110,4 @@ struct cp_payload_t {
|
||||
*/
|
||||
cp_payload_t *cp_payload_create(void);
|
||||
|
||||
#endif /*CP_PAYLOAD_H_ @} */
|
||||
#endif /** CP_PAYLOAD_H_ @}*/
|
||||
|
||||
@@ -83,4 +83,4 @@ struct delete_payload_t {
|
||||
*/
|
||||
delete_payload_t *delete_payload_create(protocol_id_t protocol_id);
|
||||
|
||||
#endif /* DELETE_PAYLOAD_H_ @} */
|
||||
#endif /** DELETE_PAYLOAD_H_ @}*/
|
||||
|
||||
@@ -128,4 +128,4 @@ eap_payload_t *eap_payload_create_code(eap_code_t code, u_int8_t identifier);
|
||||
*/
|
||||
eap_payload_t *eap_payload_create_nak(u_int8_t identifier);
|
||||
|
||||
#endif /* EAP_PAYLOAD_H_ @} */
|
||||
#endif /** EAP_PAYLOAD_H_ @}*/
|
||||
|
||||
@@ -527,4 +527,4 @@ struct encoding_rule_t {
|
||||
u_int32_t offset;
|
||||
};
|
||||
|
||||
#endif /*ENCODINGS_H_ @} */
|
||||
#endif /** ENCODINGS_H_ @}*/
|
||||
|
||||
@@ -172,4 +172,4 @@ struct encryption_payload_t {
|
||||
*/
|
||||
encryption_payload_t *encryption_payload_create(void);
|
||||
|
||||
#endif /*ENCRYPTION_PAYLOAD_H_ @} */
|
||||
#endif /** ENCRYPTION_PAYLOAD_H_ @}*/
|
||||
|
||||
@@ -172,4 +172,4 @@ endpoint_notify_t *endpoint_notify_create_from_host(me_endpoint_type_t type,
|
||||
*/
|
||||
endpoint_notify_t *endpoint_notify_create_from_payload(notify_payload_t *notify);
|
||||
|
||||
#endif /*ENDPOINT_NOTIFY_H_ @} */
|
||||
#endif /** ENDPOINT_NOTIFY_H_ @}*/
|
||||
|
||||
@@ -121,4 +121,4 @@ id_payload_t *id_payload_create(payload_type_t payload_type);
|
||||
id_payload_t *id_payload_create_from_identification(payload_type_t payload_type,
|
||||
identification_t *identification);
|
||||
|
||||
#endif /* ID_PAYLOAD_H_ @} */
|
||||
#endif /** ID_PAYLOAD_H_ @}*/
|
||||
|
||||
@@ -227,4 +227,4 @@ struct ike_header_t {
|
||||
*/
|
||||
ike_header_t *ike_header_create(void);
|
||||
|
||||
#endif /*IKE_HEADER_H_ @} */
|
||||
#endif /** IKE_HEADER_H_ @}*/
|
||||
|
||||
@@ -103,4 +103,4 @@ ke_payload_t *ke_payload_create(void);
|
||||
ke_payload_t *ke_payload_create_from_diffie_hellman(
|
||||
diffie_hellman_t *diffie_hellman);
|
||||
|
||||
#endif /* KE_PAYLOAD_H_ @} */
|
||||
#endif /** KE_PAYLOAD_H_ @}*/
|
||||
|
||||
@@ -77,4 +77,4 @@ struct nonce_payload_t {
|
||||
*/
|
||||
nonce_payload_t *nonce_payload_create(void);
|
||||
|
||||
#endif /*NONCE_PAYLOAD_H_ @} */
|
||||
#endif /** NONCE_PAYLOAD_H_ @}*/
|
||||
|
||||
@@ -215,4 +215,4 @@ notify_payload_t *notify_payload_create(void);
|
||||
notify_payload_t *notify_payload_create_from_protocol_and_type(
|
||||
protocol_id_t protocol_id, notify_type_t type);
|
||||
|
||||
#endif /*NOTIFY_PAYLOAD_H_ @} */
|
||||
#endif /** NOTIFY_PAYLOAD_H_ @}*/
|
||||
|
||||
@@ -271,4 +271,4 @@ struct payload_t {
|
||||
*/
|
||||
payload_t *payload_create(payload_type_t type);
|
||||
|
||||
#endif /*PAYLOAD_H_ @} */
|
||||
#endif /** PAYLOAD_H_ @}*/
|
||||
|
||||
@@ -172,4 +172,4 @@ proposal_substructure_t *proposal_substructure_create(void);
|
||||
proposal_substructure_t *proposal_substructure_create_from_proposal(
|
||||
proposal_t *proposal);
|
||||
|
||||
#endif /*PROPOSAL_SUBSTRUCTURE_H_ @} */
|
||||
#endif /** PROPOSAL_SUBSTRUCTURE_H_ @}*/
|
||||
|
||||
@@ -114,4 +114,4 @@ sa_payload_t *sa_payload_create_from_proposal_list(linked_list_t *proposals);
|
||||
*/
|
||||
sa_payload_t *sa_payload_create_from_proposal(proposal_t *proposal);
|
||||
|
||||
#endif /*SA_PAYLOAD_H_ @} */
|
||||
#endif /** SA_PAYLOAD_H_ @}*/
|
||||
|
||||
@@ -150,4 +150,4 @@ traffic_selector_substructure_t *traffic_selector_substructure_create(void);
|
||||
traffic_selector_substructure_t *traffic_selector_substructure_create_from_traffic_selector(
|
||||
traffic_selector_t *traffic_selector);
|
||||
|
||||
#endif /* /TRAFFIC_SELECTOR_SUBSTRUCTURE_H_ @} */
|
||||
#endif /** TRAFFIC_SELECTOR_SUBSTRUCTURE_H_ @}*/
|
||||
|
||||
@@ -131,4 +131,4 @@ transform_attribute_t *transform_attribute_create(void);
|
||||
*/
|
||||
transform_attribute_t *transform_attribute_create_key_length(u_int16_t key_length);
|
||||
|
||||
#endif /*TRANSFORM_ATTRIBUTE_H_ @} */
|
||||
#endif /** TRANSFORM_ATTRIBUTE_H_ @}*/
|
||||
|
||||
@@ -173,4 +173,4 @@ transform_substructure_t *transform_substructure_create_type(
|
||||
transform_type_t transform_type, u_int16_t transform_id,
|
||||
u_int16_t key_length);
|
||||
|
||||
#endif /*TRANSFORM_SUBSTRUCTURE_H_ @} */
|
||||
#endif /** TRANSFORM_SUBSTRUCTURE_H_ @}*/
|
||||
|
||||
@@ -126,4 +126,4 @@ ts_payload_t *ts_payload_create(bool is_initiator);
|
||||
ts_payload_t *ts_payload_create_from_traffic_selectors(bool is_initiator,
|
||||
linked_list_t *traffic_selectors);
|
||||
|
||||
#endif /* TS_PAYLOAD_H_ @} */
|
||||
#endif /** TS_PAYLOAD_H_ @}*/
|
||||
|
||||
@@ -78,4 +78,4 @@ struct unknown_payload_t {
|
||||
*/
|
||||
unknown_payload_t *unknown_payload_create(void);
|
||||
|
||||
#endif /* UNKNOWN_PAYLOAD_H_ @} */
|
||||
#endif /** UNKNOWN_PAYLOAD_H_ @}*/
|
||||
|
||||
@@ -86,4 +86,4 @@ struct vendor_id_payload_t {
|
||||
*/
|
||||
vendor_id_payload_t *vendor_id_payload_create(void);
|
||||
|
||||
#endif /* VENDOR_ID_PAYLOAD_H_ @} */
|
||||
#endif /** VENDOR_ID_PAYLOAD_H_ @}*/
|
||||
|
||||
Reference in New Issue
Block a user