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
@@ -129,4 +129,4 @@ struct builder_t {
*/
void* builder_free(builder_t *this);
#endif /* BUILDER_H_ @}*/
#endif /** BUILDER_H_ @}*/
@@ -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_ @}*/
@@ -109,4 +109,4 @@ struct credential_factory_t {
*/
credential_factory_t *credential_factory_create();
#endif /* CREDENTIAL_FACTORY_H_ @}*/
#endif /** CREDENTIAL_FACTORY_H_ @}*/
@@ -111,4 +111,4 @@ struct private_key_t {
void (*destroy)(private_key_t *this);
};
#endif /* PRIVATE_KEY_H_ @} */
#endif /** PRIVATE_KEY_H_ @}*/
@@ -152,4 +152,4 @@ struct public_key_t {
void (*destroy)(public_key_t *this);
};
#endif /* PUBLIC_KEY_H_ @} */
#endif /** PUBLIC_KEY_H_ @}*/