瀏覽代碼

doxygen: fix wrong ref for group examples

Fixes: 94afe6a4f1 ("doxygen: improve howto")
Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
Chen Wang 2 月之前
父節點
當前提交
88607c1404
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      documentation/0.doxygen/example/include/groups.h

+ 1 - 1
documentation/0.doxygen/example/include/groups.h

@@ -26,7 +26,7 @@
  * <a href="https://github.com/RT-Thread/rt-thread/blob/master/documentation/0.doxygen/example/include/groups.h">documentation/0.doxygen/example/include/groups.h</a>
  * for code example.
  *
- * See @ref group_doxygen_example for html output.
+ * See @ref group_doxygen_example_sub for html output.
  *
  * More information can be found in the Doxygen manual:
  * <a href="https://www.doxygen.nl/manual/grouping.html">Grouping</a>.