From 0c27a96c23638b914ddc318ce4f9730a47bd78d2 Mon Sep 17 00:00:00 2001 From: antognolli Date: Wed, 29 Jun 2011 18:07:23 +0000 Subject: [PATCH] ecore/time - Rename example to avoid mismatch. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@60828 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- doc/examples.dox | 10 +++++----- src/examples/Makefile.am | 4 ++-- .../{ecore_time_example.c => ecore_time_functions_example.c} | 0 3 files changed, 7 insertions(+), 7 deletions(-) rename src/examples/{ecore_time_example.c => ecore_time_functions_example.c} (100%) diff --git a/doc/examples.dox b/doc/examples.dox index 7f6746e..4f0922e 100644 --- a/doc/examples.dox +++ b/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/src/examples/Makefile.am b/src/examples/Makefile.am index 61c9950..808a725 100644 --- a/src/examples/Makefile.am +++ b/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/src/examples/ecore_time_example.c b/src/examples/ecore_time_functions_example.c similarity index 100% rename from src/examples/ecore_time_example.c rename to src/examples/ecore_time_functions_example.c -- 2.7.4