From db9388976cbdd82b2507194c741f0408db0c85ad Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Sun, 9 Feb 2014 21:50:18 +0900 Subject: [PATCH] doc/examples: added missing links to examples codes and made some cleanups. doxygen is mess now. I will clean this up later. --- legacy/elementary/doc/examples.dox | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/legacy/elementary/doc/examples.dox b/legacy/elementary/doc/examples.dox index c162ef9f7c..02d58e0764 100644 --- a/legacy/elementary/doc/examples.dox +++ b/legacy/elementary/doc/examples.dox @@ -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 * @@ -118,8 +118,6 @@ * @ref prefs_example_02 * * @ref prefs_example_03 - * - * @ref label_example_01 */ /** @@ -483,6 +481,7 @@ * tween_mode. * * @include transit_example_03.c + * @example transit_example_03.c */ /** @@ -500,6 +499,7 @@ * transition will apply both. * * @include transit_example_04.c + * @example transit_example_04.c */ /** @@ -3469,11 +3469,6 @@ * @example hover_example_01.c */ -/** - * @page glview_example_01_page - GLView Example - * @include glview_example_01.c - */ - /** * @page tutorial_flip Flip example * @dontinclude flip_example_01.c @@ -6801,3 +6796,16 @@ * @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 + */