doc/examples: added missing links to examples codes and made some
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Sun, 9 Feb 2014 12:50:18 +0000 (21:50 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Sun, 9 Feb 2014 12:51:12 +0000 (21:51 +0900)
cleanups.

doxygen is mess now. I will clean this up later.

doc/examples.dox

index c162ef9..02d58e0 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * @page Examples Examples
  *
- * Here is a page with Elementary examples.
+ * Here is a list of all Elementary examples.
  *
  * @ref bg_01_example_page
  *
  * @ref prefs_example_02
  *
  * @ref prefs_example_03
- *
- * @ref label_example_01
  */
 
 /**
  * tween_mode.
  *
  * @include transit_example_03.c
+ * @example transit_example_03.c
  */
 
 /**
  * transition will apply both.
  *
  * @include transit_example_04.c
+ * @example transit_example_04.c
  */
 
 /**
  */
 
 /**
-  * @page glview_example_01_page - GLView Example
-  * @include glview_example_01.c
-  */
-
-/**
   * @page tutorial_flip Flip example
   * @dontinclude flip_example_01.c
   *
  * @include prefs_example_03.edc
  * @example prefs_example_03.edc
  */
+
+/**
+ * @example prefs_data_example.c
+ * @example glview_example_01.c
+ * @example track_example_01.c
+ * @example codegen_example.c
+ * @example efl_thread_win32_1.c
+ * @example efl_thread_win32_2.c
+ * @example efl_thread_win32_3.c
+ * @example efl_thread_win32_4.c
+ * @example location_example_01.c
+ * @example naviframe_example.c
+ */