doxygen docs: add missing example references

This commit is contained in:
Xavi Artigas 2020-04-29 17:14:35 +02:00
parent 75d561877b
commit e72912393e
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

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