Fixed Doxygen comments after scanning complete src directory
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup peer_controller_server peer_controller
|
||||
* @{ @ingroup controller_server
|
||||
* @{ @ingroup medsrv
|
||||
*/
|
||||
|
||||
#ifndef PEER_CONTROLLER_H_
|
||||
@@ -45,4 +45,4 @@ struct peer_controller_t {
|
||||
*/
|
||||
controller_t *peer_controller_create(user_t *user, database_t *db);
|
||||
|
||||
#endif /* PEER_CONTROLLER_H_ @} */
|
||||
#endif /** PEER_CONTROLLER_H_ @}*/
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup user_controller_server user_controller
|
||||
* @{ @ingroup controller_server
|
||||
* @{ @ingroup medsrv
|
||||
*/
|
||||
|
||||
#ifndef USER_CONTROLLER_H_
|
||||
@@ -45,4 +45,4 @@ struct user_controller_t {
|
||||
*/
|
||||
controller_t *user_controller_create(user_t *user, database_t *db);
|
||||
|
||||
#endif /* USER_CONTROLLER_H_ @} */
|
||||
#endif /** USER_CONTROLLER_H_ @}*/
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup auth_filter_server auth_filter
|
||||
* @{ @ingroup filter_server
|
||||
* @{ @ingroup medsrv
|
||||
*/
|
||||
|
||||
#ifndef AUTH_FILTER_H_
|
||||
@@ -45,4 +45,4 @@ struct auth_filter_t {
|
||||
*/
|
||||
filter_t *auth_filter_create(user_t *user, database_t *db);
|
||||
|
||||
#endif /* AUTH_FILTER_H_ @}*/
|
||||
#endif /** AUTH_FILTER_H_ @}*/
|
||||
|
||||
+8
-1
@@ -13,6 +13,13 @@
|
||||
* for more details.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup medsrv medsrv
|
||||
*
|
||||
* @defgroup user user
|
||||
* @{ @ingroup medsrv
|
||||
*/
|
||||
|
||||
#ifndef USER_H_
|
||||
#define USER_H_
|
||||
|
||||
@@ -47,4 +54,4 @@ struct user_t {
|
||||
*/
|
||||
user_t *user_create(void *param);
|
||||
|
||||
#endif /* USER_H_ @} */
|
||||
#endif /** USER_H_ @} */
|
||||
|
||||
Reference in New Issue
Block a user