updated Doxyfile
properly close all doxygen groups fixed remaining doxygen warnings
This commit is contained in:
@@ -195,4 +195,4 @@ struct auth_info_t {
|
||||
*/
|
||||
auth_info_t *auth_info_create();
|
||||
|
||||
#endif /* AUTH_INFO_H_ @}*/
|
||||
#endif /** AUTH_INFO_H_ @}*/
|
||||
|
||||
@@ -204,4 +204,4 @@ struct credential_manager_t {
|
||||
*/
|
||||
credential_manager_t *credential_manager_create();
|
||||
|
||||
#endif /* CREDENTIAL_MANAGER_H_ @} */
|
||||
#endif /** CREDENTIAL_MANAGER_H_ @}*/
|
||||
|
||||
@@ -107,4 +107,4 @@ struct credential_set_t {
|
||||
void (*cache_cert)(credential_set_t *this, certificate_t *cert);
|
||||
};
|
||||
|
||||
#endif /* CREDENTIAL_SET_H_ @} */
|
||||
#endif /** CREDENTIAL_SET_H_ @}*/
|
||||
|
||||
@@ -52,4 +52,4 @@ struct auth_info_wrapper_t {
|
||||
*/
|
||||
auth_info_wrapper_t *auth_info_wrapper_create(auth_info_t *auth);
|
||||
|
||||
#endif /* AUTH_INFO_WRAPPER_H_ @}*/
|
||||
#endif /** AUTH_INFO_WRAPPER_H_ @}*/
|
||||
|
||||
@@ -70,4 +70,4 @@ struct cert_cache_t {
|
||||
*/
|
||||
cert_cache_t *cert_cache_create();
|
||||
|
||||
#endif /* CERT_CACHE_H_ @}*/
|
||||
#endif /** CERT_CACHE_H_ @}*/
|
||||
|
||||
@@ -52,4 +52,4 @@ struct ocsp_response_wrapper_t {
|
||||
*/
|
||||
ocsp_response_wrapper_t *ocsp_response_wrapper_create(ocsp_response_t *response);
|
||||
|
||||
#endif /* OCSP_RESPONSE_WRAPPER_H_ @}*/
|
||||
#endif /** OCSP_RESPONSE_WRAPPER_H_ @}*/
|
||||
|
||||
Reference in New Issue
Block a user