[EGIT] [core/elementary] master 01/01: docs: bring back docs from eo files by switching to the new group name

2016-03-19 Thread Stefan Schmidt
stefan pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=01748ef55d8713da4b47683a86555c3fa1a30a47

commit 01748ef55d8713da4b47683a86555c3fa1a30a47
Author: Stefan Schmidt 
Date:   Wed Mar 16 22:52:23 2016 +0100

docs: bring back docs from eo files by switching to the new group name

During the migration of docs to the eo file the group name changed to have a
Elm_ prefix which resulted in our docs not including this group and not 
showing
any of the docs in there. Switching to the new name fixes this.

Having this prefix makes sense especially as we are now merging elm into 
efl.

Hopefully that will be the last change.

@fix

Ref T3109
---
 doc/index.doxy|  42 
 src/lib/elm_app.h |  36 +++
 src/lib/elm_cache.h   |   4 +-
 src/lib/elm_config.h  | 218 +-
 src/lib/elm_cursor.h  |  16 ++--
 src/lib/elm_debug.h   |   6 +-
 src/lib/elm_deprecated.h  |   4 +-
 src/lib/elm_finger.h  |   4 +-
 src/lib/elm_focus.h   |  44 -
 src/lib/elm_focus_item.h  |   6 +-
 src/lib/elm_font.h|  14 +--
 src/lib/elm_general.h |  20 ++--
 src/lib/elm_getting_started.h |   2 +-
 src/lib/elm_mirroring.h   |  10 +-
 src/lib/elm_object.h  |  56 +--
 src/lib/elm_object_item.h |  10 +-
 src/lib/elm_removed.h |  50 +-
 src/lib/elm_scale.h   |   6 +-
 src/lib/elm_scroll.h  |  22 ++---
 src/lib/elm_theme.h   |  64 ++---
 src/lib/elm_transit.h |  90 -
 src/lib/els_cursor.c  |   2 +-
 22 files changed, 363 insertions(+), 363 deletions(-)

diff --git a/doc/index.doxy b/doc/index.doxy
index eb197a3..1ac6e76 100644
--- a/doc/index.doxy
+++ b/doc/index.doxy
@@ -4,29 +4,29 @@
  * Elementary is mostly composed of widgets, but it also contains some
  * infrastructure modules that facilitate the use of widgets. These are the
  * infrastructure modules:
- * @li @ref App
- * @li @ref Caches
- * @li @ref Cursors
- * @li @ref Debug
- * @li @ref Config
- * @li @ref Engine
- * @li @ref Fonts
- * @li @ref Profile
- * @li @ref Fingers
- * @li @ref Focus
- * @li @ref General
+ * @li @ref Elm_App
+ * @li @ref Elm_Caches
+ * @li @ref Elm_Cursors
+ * @li @ref Elm_Debug
+ * @li @ref Elm_Config
+ * @li @ref Elm_Engine
+ * @li @ref Elm_Fonts
+ * @li @ref Elm_Profile
+ * @li @ref Elm_Fingers
+ * @li @ref Elm_Focus
+ * @li @ref Elm_General
  * @li @ref Elm_Gesture_Layer
- * @li @ref Password_last_show
+ * @li @ref Elm_Password_last_show
  * @li @ref elm-prefs-data
- * @li @ref Start
- * @li @ref Scrolling
- * @li @ref Scrollhints
- * @li @ref Mirroring
- * @li @ref Scaling
- * @li @ref Styles
- * @li @ref Theme
- * @li @ref Transit
- * @li @ref WidgetNavigation
+ * @li @ref Elm_Start
+ * @li @ref Elm_Scrolling
+ * @li @ref Elm_Scrollhints
+ * @li @ref Elm_Mirroring
+ * @li @ref Elm_Scaling
+ * @li @ref Elm_Styles
+ * @li @ref Elm_Theme
+ * @li @ref Elm_Transit
+ * @li @ref Elm_WidgetNavigation
  *
  * The other two main groups in Elementary are:
  * @li @ref widgetslist - These are the widgets you'll compose your UI out of.
diff --git a/src/lib/elm_app.h b/src/lib/elm_app.h
index 76c663b..a169f7c 100644
--- a/src/lib/elm_app.h
+++ b/src/lib/elm_app.h
@@ -1,5 +1,5 @@
 /**
- * @defgroup App App
+ * @defgroup Elm_App App
  * @ingroup Elementary
  * Provide information in order to make Elementary determine the @b
  * run time location of the software in question, so other data files
@@ -8,7 +8,7 @@
  */
 
 /**
- * @addtogroup App
+ * @addtogroup Elm_App
  * @{
  */
 
@@ -82,7 +82,7 @@
  * @see elm_app_data_dir_get()
  * @see elm_app_locale_dir_get()
  *
- * @ingroup App
+ * @ingroup Elm_App
  */
 EAPI voidelm_app_info_set(void *mainfunc, const char *dom, const char 
*checkfile);
 
@@ -91,7 +91,7 @@ EAPI voidelm_app_info_set(void *mainfunc, const char 
*dom, const char *c
  *
  * @param name Application name.
  *
- * @ingroup App
+ * @ingroup Elm_App
  * @since 1.8
  */
 EAPI voidelm_app_name_set(const char *name);
@@ -105,7 +105,7 @@ EAPI voidelm_app_name_set(const char *name);
  * @warning Since this path is very environment dependent,
  * this will hold whatever value is passed to it.
  *
- * @ingroup App
+ * @ingroup Elm_App
  * @since 1.8
  */
 EAPI voidelm_app_desktop_entry_set(const char *path);
@@ -126,7 +126,7 @@ EAPI voidelm_app_desktop_entry_set(const char 
*path);
  * @warning You should call this function @b before
  * elm_app_info_set().
  *
- * @ingroup App
+ * @ingroup Elm_App
  */
 EAPI voidelm_app_compile_bin_dir_set(const char *dir);
 
@@ -146,7 +146,7 @@ EAPI voidelm_app_compile_bin_dir_set(const char 
*dir);
  * @warning You should call this function @b before
  * elm_app_info_set().
  *
- * @ingroup App
+ * 

[EGIT] [core/elementary] master 01/01: docs: bring back docs from eo files by switching to the new group name

2016-03-19 Thread Stefan Schmidt
stefan pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=2111b676fc0f3399e4cf81e53b69799c24771469

commit 2111b676fc0f3399e4cf81e53b69799c24771469
Author: Stefan Schmidt 
Date:   Wed Mar 16 21:52:09 2016 +0100

docs: bring back docs from eo files by switching to the new group name

During the migration of docs to the eo file the group name changed to have a
Elm_ prefix which resulted in our docs not including this group and not 
showing
any of the docs in there. Switching to the new name fixes this.

Having this prefix makes sense especially as we are now merging elm into 
efl.

This did not only affect the widget but also our container. Infrastructure 
is
up next. Hopefully that will be the last change.

@fix

Ref T3109
---
 doc/index.doxy | 20 ++---
 src/lib/elc_naviframe.h|  4 +--
 src/lib/elc_naviframe_common.h |  2 +-
 src/lib/elc_naviframe_eo.h |  2 +-
 src/lib/elm_box.h  |  2 +-
 src/lib/elm_box_common.h   |  2 +-
 src/lib/elm_box_legacy.h   |  2 +-
 src/lib/elm_conform.h  |  4 +--
 src/lib/elm_conform_eo.h   |  2 +-
 src/lib/elm_conform_legacy.h   |  2 +-
 src/lib/elm_deprecated.h   | 14 -
 src/lib/elm_gengrid.h  |  4 +--
 src/lib/elm_gengrid_common.h   | 38 -
 src/lib/elm_gengrid_eo.h   |  2 +-
 src/lib/elm_gengrid_legacy.h   | 10 +++
 src/lib/elm_genlist.h  |  4 +--
 src/lib/elm_genlist_common.h   | 32 ++---
 src/lib/elm_genlist_eo.h   |  2 +-
 src/lib/elm_genlist_legacy.h   |  2 +-
 src/lib/elm_grid.h |  2 +-
 src/lib/elm_grid_eo.h  |  2 +-
 src/lib/elm_grid_legacy.h  |  6 ++--
 src/lib/elm_layout.h   |  2 +-
 src/lib/elm_layout_common.h|  2 +-
 src/lib/elm_layout_eo.h|  2 +-
 src/lib/elm_layout_legacy.h| 14 -
 src/lib/elm_panes.h|  4 +--
 src/lib/elm_panes_legacy.h |  2 +-
 src/lib/elm_removed.h  | 28 +-
 src/lib/elm_scroller.h |  2 +-
 src/lib/elm_scroller_eo.h  |  2 +-
 src/lib/elm_scroller_legacy.h  | 64 +-
 src/lib/elm_table.h|  2 +-
 src/lib/elm_table_legacy.h |  6 ++--
 34 files changed, 145 insertions(+), 145 deletions(-)

diff --git a/doc/index.doxy b/doc/index.doxy
index 41fa963..eb197a3 100644
--- a/doc/index.doxy
+++ b/doc/index.doxy
@@ -254,49 +254,49 @@
  * it provides a number of containers. It's important to note that as 
containers
  * widgets don't have their own visual identity, so here we show one use for
  * them and a diagram showing their component parts:
- * @li @ref Gengrid
+ * @li @ref Elm_Gengrid
  *
  * @image html img/widget/gengrid/preview-00.png
  * @image latex img/widget/gengrid/preview-00.eps
- * @li @ref Genlist
+ * @li @ref Elm_Genlist
  *
  * @image html img/widget/genlist/preview-00.png
  * @image latex img/widget/genlist/preview-00.eps
  * @image html img/genlist.png
  * @image latex img/genlist.eps
- * @li @ref Box
+ * @li @ref Elm_Box
  *
  * @image html img/widget/box/preview-00.png
  * @image latex img/widget/box/preview-00.eps
  * @image html img/box.png
  * @image latex img/box.eps
- * @li @ref Conformant
+ * @li @ref Elm_Conformant
  *
  * @image html img/widget/conformant/preview-00.png
  * @image latex img/widget/conformant/preview-00.eps
  * @image html img/conformant.png
  * @image latex img/conformant.eps
- * @li @ref Grid
- * @li @ref Layout
+ * @li @ref Elm_Grid
+ * @li @ref Elm_Layout
  *
  * @image html img/widget/layout/preview-00.png
  * @image latex img/widget/layout/preview-00.eps
  * @image html img/layout-predefined.png
  * @image latex img/layout-predefined.eps
  *
- * @li @ref Naviframe
+ * @li @ref Elm_Naviframe
  *
- * @li @ref Panes
+ * @li @ref Elm_Panes
  *
  * @image html img/widget/panes/preview-00.png
  * @image latex img/widget/panes/preview-00.eps
  * @image html img/panes.png
  * @image latex img/panes.eps
- * @li @ref Scroller
+ * @li @ref Elm_Scroller
  *
  * @image html img/widget/scroller/preview-00.png
  * @image latex img/widget/scroller/preview-00.eps
- * @li @ref Table
+ * @li @ref Elm_Table
  *
  * @image html img/widget/table/preview-00.png
  * @image latex img/widget/table/preview-00.eps
diff --git a/src/lib/elc_naviframe.h b/src/lib/elc_naviframe.h
index f4c4a27..d99c842 100644
--- a/src/lib/elc_naviframe.h
+++ b/src/lib/elc_naviframe.h
@@ -1,5 +1,5 @@
 /**
- * @defgroup Naviframe Naviframe
+ * @defgroup Elm_Naviframe Naviframe
  * @ingroup Elementary
  *
  * @image html naviframe_inheritance_tree.png
@@ -85,7 +85,7 @@
  */
 
 /**
- * @addtogroup Naviframe
+ * @addtogroup Elm_Naviframe
  * @{
  */
 
diff --git a/src/lib/elc_naviframe_common.h b/src/lib/elc_naviframe_common.h
index 01b87c5..525f995 100644
--- a/src/lib/elc_naviframe_common.h
+++ b/src/lib/elc_naviframe_common.h
@@