From 58595c46769559b10ad25acae192860f2b0207ba Mon Sep 17 00:00:00 2001 From: Chen Wang Date: Wed, 12 Mar 2025 10:14:03 +0800 Subject: [PATCH] doxygen: fix wrong ref for group examples Fixes: 94afe6a4f1 ("doxygen: improve howto") Signed-off-by: Chen Wang --- documentation/0.doxygen/example/include/groups.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/0.doxygen/example/include/groups.h b/documentation/0.doxygen/example/include/groups.h index c8592f15d8c..ab93a74b55e 100644 --- a/documentation/0.doxygen/example/include/groups.h +++ b/documentation/0.doxygen/example/include/groups.h @@ -26,7 +26,7 @@ * documentation/0.doxygen/example/include/groups.h * 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: * Grouping.