ecore/time - Rename example to avoid mismatch.
authorantognolli <antognolli@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 29 Jun 2011 18:07:23 +0000 (18:07 +0000)
committerantognolli <antognolli@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 29 Jun 2011 18:07:23 +0000 (18:07 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@60828 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

doc/examples.dox
src/examples/Makefile.am
src/examples/ecore_time_functions_example.c [moved from src/examples/ecore_time_example.c with 100% similarity]

index 7f6746e..4f0922e 100644 (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
  */
 
 /**
  */
 
 /**
- * @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".
  */
 
 /**
index 61c9950..808a725 100644 (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