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
@@ -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_ @}*/
+1 -1
View File
@@ -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_ @}*/
+1 -1
View File
@@ -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_ @}*/
+1 -1
View File
@@ -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_ @}*/
+1 -1
View File
@@ -46,4 +46,4 @@ struct sql_plugin_t {
*/
plugin_t *plugin_create();
#endif /* SQL_PLUGIN_H_ @}*/
#endif /** SQL_PLUGIN_H_ @}*/