ecore/time - Rename example to avoid mismatch.

SVN revision: 60828
This commit is contained in:
Rafael Antognolli 2011-06-29 18:07:23 +00:00
parent e4dc033594
commit 9cad53125d
3 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@
*
* Here is a page with some Ecore examples explained:
*
* @li @ref ecore_time_example_c
* @li @ref ecore_time_functions_example_c
* @li @ref ecore_timer_example_c
* @li @ref ecore_idler_example_c
* @li @ref ecore_job_example_c
@ -13,7 +13,7 @@
*/
/**
* @page ecore_time_example_c ecore_time - Differences between time functions
* @page ecore_time_functions_example_c ecore_time - Differences between time functions
*
* This example shows the difference between calling ecore_time_get(),
* ecore_loop_time_get() and ecore_time_unix_get().
@ -39,7 +39,7 @@
* to know the current time and date, and ecore_time_get() when you need a
* monotonic and more precise time than ecore_loop_time_get().
*
* @include ecore_time_example.c
* @include ecore_time_functions_example.c
*/
/**
@ -405,9 +405,9 @@
*/
/**
* @example ecore_time_example.c
* @example ecore_time_functions_example.c
* Shows the difference between the three time functions. See @ref
* ecore_time_example_c "the example explained".
* ecore_time_functions_example_c "the example explained".
*/
/**

View File

@ -16,7 +16,7 @@ SRCS = \
ecore_event_example.c \
ecore_idler_example.c \
ecore_timer_example.c \
ecore_time_example.c \
ecore_time_functions_example.c \
ecore_job_example.c \
client_bench.c \
server_bench.c \
@ -41,6 +41,6 @@ pkglib_PROGRAMS += \
ecore_idler_example \
ecore_job_example \
ecore_timer_example \
ecore_time_example
ecore_time_functions_example
endif