stefan pushed a commit to branch efl-1.24.

http://git.enlightenment.org/core/efl.git/commit/?id=d6017150b60561bdc1e77254c8aea34ef2132c5f

commit d6017150b60561bdc1e77254c8aea34ef2132c5f
Author: Xavi Artigas <[email protected]>
Date:   Wed Apr 29 17:14:35 2020 +0200

    doxygen docs: add missing example references
---
 src/lib/eina/eina_error.h  | 1 +
 src/lib/eina/eina_inlist.h | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

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
  */
 
 /**

-- 


Reply via email to