[HUST_CSE] add doxygen missing @brief (#7368)

This commit is contained in:
Nephr1te
2023-04-25 00:36:39 -04:00
committed by GitHub
parent e902187a64
commit 7212e6bc1c
3 changed files with 36 additions and 37 deletions
+1 -2
View File
@@ -40,7 +40,7 @@ static void (*rt_tick_hook)(void);
/**@{*/
/**
* This function will set a hook function, which will be invoked when tick increase
* @brief This function will set a hook function, which will be invoked when tick increase
*
*
* @param hook the hook function
@@ -176,4 +176,3 @@ rt_weak rt_tick_t rt_tick_get_millisecond(void)
}
/**@}*/