diff --git a/src/lib/eina/eina_error.h b/src/lib/eina/eina_error.h index 313548bb66..ba27bc67bc 100644 --- a/src/lib/eina/eina_error.h +++ b/src/lib/eina/eina_error.h @@ -46,6 +46,7 @@ * Here is an example for use: * * @include eina_error_01.c + * @example eina_error_01.c * * Of course, instead of printf(), eina_log_print() can be used to * have beautiful error messages. 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 */ /**