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
@@ -41,4 +41,4 @@ struct context_t {
void (*destroy) (context_t *this);
};
#endif /* CONTEXT_H_ @}*/
#endif /** CONTEXT_H_ @}*/
+1 -1
View File
@@ -76,4 +76,4 @@ struct controller_t {
void (*destroy) (controller_t *this);
};
#endif /* CONTROLLER_H_ @} */
#endif /** CONTROLLER_H_ @}*/
+1 -1
View File
@@ -136,4 +136,4 @@ struct dispatcher_t {
dispatcher_t *dispatcher_create(char *socket, bool debug, int timeout,
context_constructor_t constructor, void *param);
#endif /* DISPATCHER_H_ @} */
#endif /** DISPATCHER_H_ @}*/
+1 -1
View File
@@ -183,4 +183,4 @@ struct request_t {
*/
request_t *request_create(int fd, bool debug);
#endif /* REQUEST_H_ @} */
#endif /** REQUEST_H_ @}*/
+1 -1
View File
@@ -77,4 +77,4 @@ struct session_t {
*/
session_t *session_create(context_t *context);
#endif /* SESSION_H_ @} */
#endif /** SESSION_H_ @}*/