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
@@ -350,4 +350,4 @@ struct bus_t {
*/
bus_t *bus_create();
#endif /* BUS_H_ @} */
#endif /** BUS_H_ @}*/
+1 -1
View File
@@ -59,4 +59,4 @@ struct file_logger_t {
*/
file_logger_t *file_logger_create(FILE *out);
#endif /* FILE_LOGGER_H_ @} */
#endif /** FILE_LOGGER_H_ @}*/
+1 -1
View File
@@ -61,4 +61,4 @@ struct sys_logger_t {
*/
sys_logger_t *sys_logger_create(int facility);
#endif /* SYS_LOGGER_H_ @} */
#endif /** SYS_LOGGER_H_ @}*/