From e72912393e2d86bac4fbf7129843f3705933193b Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Wed, 29 Apr 2020 17:14:35 +0200 Subject: doxygen docs: add missing example references --- src/lib/eina/eina_inlist.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/eina/eina_inlist.h') diff --git a/src/lib/eina/eina_inlist.h b/src/lib/eina/eina_inlist.h index 5adc3104f3..ab575d898c 100644 --- a/src/lib/eina/eina_inlist.h +++ b/src/lib/eina/eina_inlist.h @@ -108,6 +108,7 @@ * * @skip while * @until } + * @example eina_inlist_01.c */ /** @@ -179,6 +180,7 @@ * @until } * * Here is the full source code for this example: @ref eina_inlist_02_c + * @example eina_inlist_02.c */ /** @@ -266,7 +268,7 @@ * * To see the full source code for this example, click here: @ref * eina_inlist_03_c - * + * @example eina_inlist_03.c */ /** -- cgit v1.2.1