From 9cad53125d6e3f0aeefe7665997b8aaa9f29435d Mon Sep 17 00:00:00 2001 From: Rafael Antognolli Date: Wed, 29 Jun 2011 18:07:23 +0000 Subject: [PATCH] ecore/time - Rename example to avoid mismatch. SVN revision: 60828 --- legacy/ecore/doc/examples.dox | 10 +++++----- legacy/ecore/src/examples/Makefile.am | 4 ++-- ...e_time_example.c => ecore_time_functions_example.c} | 0 3 files changed, 7 insertions(+), 7 deletions(-) rename legacy/ecore/src/examples/{ecore_time_example.c => ecore_time_functions_example.c} (100%) diff --git a/legacy/ecore/doc/examples.dox b/legacy/ecore/doc/examples.dox index 7f6746e74c..4f0922e063 100644 --- a/legacy/ecore/doc/examples.dox +++ b/legacy/ecore/doc/examples.dox @@ -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". */ /** diff --git a/legacy/ecore/src/examples/Makefile.am b/legacy/ecore/src/examples/Makefile.am index 61c9950138..808a725cd1 100644 --- a/legacy/ecore/src/examples/Makefile.am +++ b/legacy/ecore/src/examples/Makefile.am @@ -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 diff --git a/legacy/ecore/src/examples/ecore_time_example.c b/legacy/ecore/src/examples/ecore_time_functions_example.c similarity index 100% rename from legacy/ecore/src/examples/ecore_time_example.c rename to legacy/ecore/src/examples/ecore_time_functions_example.c