updated Doxyfile
properly close all doxygen groups fixed remaining doxygen warnings
This commit is contained in:
@@ -82,5 +82,4 @@ struct ac_t {
|
||||
bool (*equals_holder) (ac_t *this, ac_t *other);
|
||||
};
|
||||
|
||||
#endif /* AC_H_ @}*/
|
||||
|
||||
#endif /** AC_H_ @}*/
|
||||
|
||||
@@ -189,4 +189,4 @@ struct certificate_t {
|
||||
void (*destroy)(certificate_t *this);
|
||||
};
|
||||
|
||||
#endif /* CERTIFICATE_H_ @}*/
|
||||
#endif /** CERTIFICATE_H_ @}*/
|
||||
|
||||
@@ -85,4 +85,4 @@ struct crl_t {
|
||||
|
||||
};
|
||||
|
||||
#endif /* CRL_H_ @}*/
|
||||
#endif /** CRL_H_ @}*/
|
||||
|
||||
@@ -38,4 +38,4 @@ struct ocsp_request_t {
|
||||
certificate_t interface;
|
||||
};
|
||||
|
||||
#endif /* OCSP_REQUEST_H_ @}*/
|
||||
#endif /** OCSP_REQUEST_H_ @}*/
|
||||
|
||||
@@ -81,4 +81,4 @@ struct ocsp_response_t {
|
||||
enumerator_t* (*create_cert_enumerator)(ocsp_response_t *this);
|
||||
};
|
||||
|
||||
#endif /* OCSP_RESPONSE_H_ @}*/
|
||||
#endif /** OCSP_RESPONSE_H_ @}*/
|
||||
|
||||
@@ -104,4 +104,4 @@ struct x509_t {
|
||||
enumerator_t* (*create_ocsp_uri_enumerator)(x509_t *this);
|
||||
};
|
||||
|
||||
#endif /* X509_H_ @}*/
|
||||
#endif /** X509_H_ @}*/
|
||||
|
||||
Reference in New Issue
Block a user