updated Doxyfile
properly close all doxygen groups fixed remaining doxygen warnings
This commit is contained in:
@@ -77,5 +77,5 @@ chunk_t ietfAttr_list_encode(linked_list_t *list);
|
||||
*/
|
||||
void ietfAttr_list_destroy(linked_list_t *list);
|
||||
|
||||
#endif /* IETF_ATTR_LIST_H_ @}*/
|
||||
#endif /** IETF_ATTR_LIST_H_ @}*/
|
||||
|
||||
|
||||
@@ -56,4 +56,4 @@ struct x509_ac_t {
|
||||
*/
|
||||
builder_t *x509_ac_builder(certificate_type_t type);
|
||||
|
||||
#endif /* X509_AC_H_ @}*/
|
||||
#endif /** X509_AC_H_ @}*/
|
||||
|
||||
@@ -46,4 +46,4 @@ struct x509_cert_t {
|
||||
*/
|
||||
builder_t *x509_cert_builder(certificate_type_t type);
|
||||
|
||||
#endif /* X509_CERT_H_ @}*/
|
||||
#endif /** X509_CERT_H_ @}*/
|
||||
|
||||
@@ -45,4 +45,4 @@ struct x509_crl_t {
|
||||
*/
|
||||
builder_t *x509_crl_builder(certificate_type_t type);
|
||||
|
||||
#endif /* X509_CRL_H_ @}*/
|
||||
#endif /** X509_CRL_H_ @}*/
|
||||
|
||||
@@ -51,4 +51,4 @@ struct x509_ocsp_request_t {
|
||||
*/
|
||||
builder_t *x509_ocsp_request_builder(certificate_type_t type);
|
||||
|
||||
#endif /* X509_OCSP_REQUEST_H_ @}*/
|
||||
#endif /** X509_OCSP_REQUEST_H_ @}*/
|
||||
|
||||
@@ -44,4 +44,4 @@ struct x509_ocsp_response_t {
|
||||
*/
|
||||
builder_t *x509_ocsp_response_builder(certificate_type_t type);
|
||||
|
||||
#endif /* X509_OCSP_RESPONSE_H_ @}*/
|
||||
#endif /** X509_OCSP_RESPONSE_H_ @}*/
|
||||
|
||||
@@ -44,4 +44,4 @@ struct x509_plugin_t {
|
||||
*/
|
||||
plugin_t *plugin_create();
|
||||
|
||||
#endif /* X509_PLUGIN_H_ @}*/
|
||||
#endif /** X509_PLUGIN_H_ @}*/
|
||||
|
||||
Reference in New Issue
Block a user