updated Doxyfile
properly close all doxygen groups fixed remaining doxygen warnings
This commit is contained in:
@@ -41,4 +41,4 @@ struct context_t {
|
||||
void (*destroy) (context_t *this);
|
||||
};
|
||||
|
||||
#endif /* CONTEXT_H_ @}*/
|
||||
#endif /** CONTEXT_H_ @}*/
|
||||
|
||||
@@ -76,4 +76,4 @@ struct controller_t {
|
||||
void (*destroy) (controller_t *this);
|
||||
};
|
||||
|
||||
#endif /* CONTROLLER_H_ @} */
|
||||
#endif /** CONTROLLER_H_ @}*/
|
||||
|
||||
@@ -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_ @}*/
|
||||
|
||||
@@ -183,4 +183,4 @@ struct request_t {
|
||||
*/
|
||||
request_t *request_create(int fd, bool debug);
|
||||
|
||||
#endif /* REQUEST_H_ @} */
|
||||
#endif /** REQUEST_H_ @}*/
|
||||
|
||||
@@ -77,4 +77,4 @@ struct session_t {
|
||||
*/
|
||||
session_t *session_create(context_t *context);
|
||||
|
||||
#endif /* SESSION_H_ @} */
|
||||
#endif /** SESSION_H_ @}*/
|
||||
|
||||
Reference in New Issue
Block a user