提交 33fed1b1 编写于 作者: B bernard

[Kernel] Better documentation for doxygen.

上级 4e2a6cc3
...@@ -80,7 +80,7 @@ RTM_EXPORT(rt_device_unregister); ...@@ -80,7 +80,7 @@ RTM_EXPORT(rt_device_unregister);
* *
* @return the error code, RT_EOK on successfully. * @return the error code, RT_EOK on successfully.
* *
* @deprecated This function is not needed because the initialization * @deprecated since 1.2.x, this function is not needed because the initialization
* of a device is performed when applicaiton opens it. * of a device is performed when applicaiton opens it.
*/ */
rt_err_t rt_device_init_all(void) rt_err_t rt_device_init_all(void)
......
...@@ -1120,8 +1120,8 @@ rt_module_t rt_module_open(const char *path) ...@@ -1120,8 +1120,8 @@ rt_module_t rt_module_open(const char *path)
* This function will do a excutable program with main function and parameters. * This function will do a excutable program with main function and parameters.
* *
* @param path the full path of application module * @param path the full path of application module
* @cmd_line the command line of program * @param cmd_line the command line of program
* @size the size of command line of program * @param size the size of command line of program
* *
* @return the module object * @return the module object
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册