updated Doxyfile
properly close all doxygen groups fixed remaining doxygen warnings
This commit is contained in:
@@ -48,4 +48,4 @@ struct sql_attribute_t {
|
||||
*/
|
||||
sql_attribute_t *sql_attribute_create(database_t *db);
|
||||
|
||||
#endif /* SQL_ATTRIBUTE_H_ @}*/
|
||||
#endif /** SQL_ATTRIBUTE_H_ @}*/
|
||||
|
||||
@@ -52,4 +52,4 @@ struct sql_config_t {
|
||||
*/
|
||||
sql_config_t *sql_config_create(database_t *db);
|
||||
|
||||
#endif /* SQL_CONFIG_H_ @}*/
|
||||
#endif /** SQL_CONFIG_H_ @}*/
|
||||
|
||||
@@ -52,4 +52,4 @@ struct sql_cred_t {
|
||||
*/
|
||||
sql_cred_t *sql_cred_create(database_t *db);
|
||||
|
||||
#endif /* SQL_CRED_H_ @}*/
|
||||
#endif /** SQL_CRED_H_ @}*/
|
||||
|
||||
@@ -52,4 +52,4 @@ struct sql_logger_t {
|
||||
*/
|
||||
sql_logger_t *sql_logger_create(database_t *db);
|
||||
|
||||
#endif /* SQL_LOGGER_H_ @}*/
|
||||
#endif /** SQL_LOGGER_H_ @}*/
|
||||
|
||||
@@ -46,4 +46,4 @@ struct sql_plugin_t {
|
||||
*/
|
||||
plugin_t *plugin_create();
|
||||
|
||||
#endif /* SQL_PLUGIN_H_ @}*/
|
||||
#endif /** SQL_PLUGIN_H_ @}*/
|
||||
|
||||
Reference in New Issue
Block a user