Files
rt-thread/include
Chen Wang 3dd4f71bb6 doxygen: cleanup code for group_thread_management
The cleanup involved three parts:

- Merging the standalone "/**@{*/" into
  "@addtogroup group_thread_management"

- Changing "/**@}*/" to "/** @} group_thread_management */",
  adding the group name makes it easier to find the matching "@{" part.

- Deleting the "@addtogroup" directive in "include/rtthread.h"
  because this header file doesn't have doxygen comments.
  All doxygen comments for function bodies are defined in other .c files.

  Note, we remian two doxygen comments for rt_thread_inited_hookproto_t
  and rt_thread_idle_sethook in the "include/rtthread.h".
  rt_thread_inited_hookproto_t is really defined here.
  For rt_thread_idle_sethook, please see FIXME comment for reason.

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
2025-09-30 10:25:08 +08:00
..
2024-11-25 09:49:23 +08:00
2024-12-20 17:50:00 -05:00
2024-09-01 15:12:34 -04:00
2024-09-23 21:30:37 +08:00
2025-04-13 15:25:42 +08:00
2025-06-25 14:02:28 +08:00