docs: Correct wrong group names and marks internal 33/201833/1 submit/tizen/20190320.100510
authorMyoungwoon Roy, Kim <myoungwoon.kim@samsung.com>
Tue, 19 Mar 2019 23:55:06 +0000 (08:55 +0900)
committerHosang Kim <hosang12.kim@samsung.com>
Wed, 20 Mar 2019 04:18:34 +0000 (13:18 +0900)
Change-Id: I4ab69495da52db12a4ca67041f2267af80f0ba2e

85 files changed:
doc/main.dox
elm_intro.h.in
src/lib/ecore_input/Ecore_Input.h
src/lib/eina/eina_promise.h
src/lib/eina/eina_value_util.h
src/lib/eina/eina_vector.h
src/lib/elementary/efl_ui_bg_private.h
src/lib/elementary/efl_ui_button_private.h
src/lib/elementary/efl_ui_calendar_private.h
src/lib/elementary/efl_ui_check_private.h
src/lib/elementary/efl_ui_clock_private.h
src/lib/elementary/efl_ui_image_zoomable_private.h
src/lib/elementary/efl_ui_nstate_private.h
src/lib/elementary/efl_ui_panes_private.h
src/lib/elementary/efl_ui_progressbar_private.h
src/lib/elementary/efl_ui_radio_private.h
src/lib/elementary/efl_ui_video_private.h
src/lib/elementary/efl_ui_widget_flip.h
src/lib/elementary/efl_ui_widget_frame.h
src/lib/elementary/efl_ui_widget_image.h
src/lib/elementary/elm_code_diff_widget.h
src/lib/elementary/elm_code_file.h
src/lib/elementary/elm_code_indent.h
src/lib/elementary/elm_code_line.h
src/lib/elementary/elm_code_parse.h
src/lib/elementary/elm_code_syntax.h
src/lib/elementary/elm_code_text.h
src/lib/elementary/elm_code_widget_selection.h
src/lib/elementary/elm_color_class.h
src/lib/elementary/elm_interface_scrollable.h
src/lib/elementary/elm_object.h
src/lib/elementary/elm_prefs.h
src/lib/elementary/elm_prefs_common.h
src/lib/elementary/elm_widget.h
src/lib/elementary/elm_widget_actionslider.h
src/lib/elementary/elm_widget_box.h
src/lib/elementary/elm_widget_bubble.h
src/lib/elementary/elm_widget_calendar.h
src/lib/elementary/elm_widget_clock.h
src/lib/elementary/elm_widget_colorselector.h
src/lib/elementary/elm_widget_combobox.h
src/lib/elementary/elm_widget_conform.h
src/lib/elementary/elm_widget_container.h
src/lib/elementary/elm_widget_ctxpopup.h
src/lib/elementary/elm_widget_dayselector.h
src/lib/elementary/elm_widget_diskselector.h
src/lib/elementary/elm_widget_entry.h
src/lib/elementary/elm_widget_fileselector.h
src/lib/elementary/elm_widget_fileselector_button.h
src/lib/elementary/elm_widget_fileselector_entry.h
src/lib/elementary/elm_widget_flipselector.h
src/lib/elementary/elm_widget_gengrid.h
src/lib/elementary/elm_widget_genlist.h
src/lib/elementary/elm_widget_glview.h
src/lib/elementary/elm_widget_grid.h
src/lib/elementary/elm_widget_hover.h
src/lib/elementary/elm_widget_hoversel.h
src/lib/elementary/elm_widget_icon.h
src/lib/elementary/elm_widget_index.h
src/lib/elementary/elm_widget_inwin.h
src/lib/elementary/elm_widget_layout.h
src/lib/elementary/elm_widget_list.h
src/lib/elementary/elm_widget_map.h
src/lib/elementary/elm_widget_mapbuf.h
src/lib/elementary/elm_widget_menu.h
src/lib/elementary/elm_widget_multibuttonentry.h
src/lib/elementary/elm_widget_naviframe.h
src/lib/elementary/elm_widget_notify.h
src/lib/elementary/elm_widget_panel.h
src/lib/elementary/elm_widget_photo.h
src/lib/elementary/elm_widget_player.h
src/lib/elementary/elm_widget_plug.h
src/lib/elementary/elm_widget_popup.h
src/lib/elementary/elm_widget_prefs.h
src/lib/elementary/elm_widget_route.h
src/lib/elementary/elm_widget_scroller.h
src/lib/elementary/elm_widget_segment_control.h
src/lib/elementary/elm_widget_separator.h
src/lib/elementary/elm_widget_slider.h
src/lib/elementary/elm_widget_slideshow.h
src/lib/elementary/elm_widget_spinner.h
src/lib/elementary/elm_widget_table.h
src/lib/elementary/elm_widget_thumb.h
src/lib/elementary/elm_widget_toolbar.h
src/lib/elementary/elm_widget_web.h

index d9e50bcb79f6b28391244a116bd618cc29864cd2..313730f400814996ef4c6870baa4a097bd539598 100644 (file)
@@ -1,7 +1,9 @@
 /**
- * @mainpage Enlightenment Foundation Libraries (EFL)
+ * @defgroup EFL EFL
+ * @ingroup CAPI_UI_FRAMEWORK
+ * @page EFL
  *
- * The Enlightenment Foundation Libraries (EFL) cover a wide range of
+ * @brief The Enlightenment Foundation Libraries (EFL) cover a wide range of
  * functions including inter-process communication (IPC), graphics, audio
  * and even location services. Other powerful features include file
  * handling utilities, widgets and user interface controls, thumbnailing
  *
  * @li @ref ecore_main operating system abstraction and integration.
  * @li @ref eet_main binary data parser and serializer.
- * @li @ref eeze_main hardware device manipulation and notification.
  * @li @ref eina_main data types and low-level/basic abstractions.
  * @li @ref eio_main asynchronous input/output
+ * @internal
+ * @li @ref eeze_main hardware device manipulation and notification.
  * @li @ref eldbus_main D-Bus integration.
  * @li @ref embryo_main embedded script language.
  * @li @ref eo_main generic object system.
+ * @endinternal
  *
  * <h3>Graphics libraries</h3>
  *
+ * @li @ref elementary_main widget library.
+ * @li @ref evas_main drawing canvas.
+ * @internal
  * @li @ref edje_main layout and theme library with super powers.
  * @li @ref efreet_main freedesktop.org (xdg) menu and desktop integration.
- * @li @ref elementary_main widget library.
  * @li @ref emotion_main to play music and videos.
  * @li @ref ephysics_main physics simulation integration and visual effects.
  * @li @ref ethumb_main to generate thumbnail images of files.
- * @li @ref evas_main drawing canvas.
  *
  * <h3>Operating System specific libraries</h3>
  *
@@ -47,6 +52,7 @@
  *
  * If you are looking for methods that do not fit into the above list you can
  * see the full <a href="modules.html" />module listing</a>.
+ * @endinternal
  */
 
 /**
  */
 
 /**
+ * @internal
  * @defgroup Eo Eo
+ * @ingroup EFL
  *
  * @brief Generic object system.
  */
 
 /**
  * @defgroup Evas Evas
+ * @ingroup EFL
  *
  * @brief Drawing canvas.
  */
 
 /**
  * @defgroup Eet Eet
+ * @ingroup EFL
  *
  * @brief Binary data parser and serializer.
  */
 
 /**
  * @defgroup Eina Eina
+ * @ingroup EFL
  *
  * @brief Data types and low-level/basic abstractions.
  */
 
 /**
+ * @internal
  * @defgroup Embryo Embryo
+ * @ingroup EFL
  *
  * @brief Embedded script language.
  */
 
 /**
+ * @internal
  * @defgroup Evil Evil
+ * @ingroup EFL
  *
  * @brief Microsoft Windows portability layer.
  */
 
 /**
+ * @internal
  * @defgroup Escape Escape
+ * @ingroup EFL
  *
  * @brief PlayStation3 portability layer.
  */
 
 /**
  * @defgroup Ecore Ecore
+ * @ingroup EFL
  *
  * @brief Operating System Abstraction and Integration.
  */
 
 /**
  * @defgroup Eio Eio
+ * @ingroup EFL
  *
  * @brief Asynchronous input/output and file manipulation.
  */
 
 /**
+ * @internal
  * @defgroup Eldbus Eldbus
+ * @ingroup EFL
  *
  * @brief D-Bus integration with EFL (Ecore).
  */
 
 /**
+ * @internal
  * @defgroup Efreet Efreet
+ * @ingroup EFL
  *
  * @brief FreeDesktop.Org (XDG) menu and desktop integration.
  */
 
 /**
+ * @internal
  * @defgroup Eeze Eeze
+ * @ingroup EFL
  *
  * @brief Hardware device manipulation and notification, wraps UDev and similar.
  */
 
 /**
  * @defgroup Edje Edje
+ * @ingroup EFL
  *
  * @brief Layout and theme library with super-powers.
  */
 
 /**
+ * @internal
  * @defgroup Emotion Emotion
+ * @ingroup EFL
  *
  * @brief Plays music and videos.
  */
 
 /**
+ * @internal
  * @defgroup Ethumb Ethumb
+ * @ingroup EFL
  *
  * @brief Generates thumbnail images of files.
  */
 
- /**
+/**
+ * @internal
  * @defgroup EPhysics EPhysics
+ * @ingroup EFL
  *
  * @brief Physics simulation integration and visual effects.
  */
index 62a8d2254f0ea15b43de230a51b3d5c32319c8aa..08f2ecf1aeb6494c8130ee5cf7eede3cd810d32c 100644 (file)
@@ -22,7 +22,7 @@
  * @ingroup Elementary
  * @brief This contains basic elementary widgets.
  *
- * @page Elementary
+ * @page elementary_main Elementary
  * @image html  elementary.png
  * @version @VMAJ@.@VMIN@.@VMIC@
  * @date 2008-2014
index 9fc979f029c67b9f93870622a6b12beba44e3fe0..62dbf640924850ff4cf8d5b69085888cd15bc810 100644 (file)
@@ -44,7 +44,7 @@ extern "C" {
 
 /**
  * @defgroup Ecore_Input_Group Ecore Input
- * @ingroup Ecore_Group
+ * @ingroup Ecore
  *
  *@{
  */
index 428da12afa0d0fc410faed28e150d6fa7bfe6676..122b78cca036764e01e24c2d0e5d29d5bfe2031b 100644 (file)
@@ -25,6 +25,7 @@ typedef struct _Eina_Future_Race_Result Eina_Future_Race_Result;
 typedef struct _Eina_Future_Cb_Log_Desc Eina_Future_Cb_Log_Desc;
 
 /**
+ * @internal
  * @defgroup Eina_Future_Callbacks Efl Future Callbacks
  * @ingroup eina_future
  * @typedef Eina_Future_Cb Eina_Future_Cb
@@ -452,10 +453,12 @@ struct _Eina_Future_Desc {
 };
 
 /**
+ * @endinternal
  * @}
  */
 
 /**
+ * @internal
  * @defgroup Eina_Promise Eina_Promise
  * Creates a new promise.
  *
@@ -649,10 +652,12 @@ EAPI void eina_promise_reject(Eina_Promise *p, Eina_Error err) EINA_ARG_NONNULL(
 
 
 /**
+ * @endinternal
  * @}
  */
 
 /**
+ * @internal
  * @defgroup Eina_Future Eina_Future
  * Cancels a future.
  *
@@ -1792,6 +1797,7 @@ eina_future_race_array(Eina_Future *array[])
 #define eina_future_chain_easy(_prev, ...) eina_future_chain_easy_array(_prev, (Eina_Future_Cb_Easy_Desc[]) {__VA_ARGS__, {NULL, NULL, NULL, NULL, NULL}})
 
 /**
+ * @endinternal
  * @}
  */
 
index 9b4fff78b05714100567bbb1aa0be69db66515cb..c87f1e49802e7cab7c5433b10e2b1986c852b5a4 100644 (file)
@@ -23,7 +23,7 @@
 #include "eina_value.h"
 
 /**
- * @addtogroup Eina_Value
+ * @addtogroup Eina_Value_Struct_Group
  *
  * @{
  */
index df4508b675f424c29b3775373fba00b865813c34..fca2dcc02931731f025b654fede758e34105f50f 100644 (file)
@@ -33,7 +33,7 @@ typedef struct _Eina_Vector2 Eina_Vector2;
 typedef struct _Eina_Vector3 Eina_Vector3;
 
 /**
- * @}
+ * @internal
  * @defgroup Eina_Vector2 Vectors in floating point
  * @ingroup Eina_Basic
  * @brief Vector definition and operations
@@ -47,7 +47,9 @@ struct _Eina_Vector2
 };
 
 /**
+ * @endinternal
  * @}
+ * @internal
  * @defgroup Eina_Vector3 Vectors in floating point
  * @ingroup Eina_Basic
  * @brief Vector definition and operations
@@ -533,7 +535,10 @@ static inline Eina_Bool eina_vector3_triangle_equivalent(Eina_Vector3 *v0, Eina_
                                                          Eina_Vector3 *v2, Eina_Vector3 *w0,
                                                          Eina_Vector3 *w1, Eina_Vector3 *w2);
 
-/** @} */
+/**
+ * @endinternal
+ * @}
+ */
 
 #include "eina_inline_vector.x"
 
index 5fa4842e407305fd682d1dd3fe1a65af677a660e..79e7269366b11f7a2c286dc0f4ba9258fc1c0f60 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 25326202f6339733d444e8bcac9df4368f1c7be5..2f85dc7785e4cda3aaefd84789a928a282d02b72 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 78446c612ec62f56c28a5c37adac5d0e0846e0cb..59b4a2fcdbf41ce73a0354d859f0a5a965cd710b 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index e44c6035e4ccc9ee3f4f0b2def5e624a830429ac..10ccb5e540bf0fa8746d21f3f0b5ca93be1ed4ac 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 51ef2bbe856700e1cb5221f3d6a2b756b8703eb7..047c180fe7daa4cb84f0d3aab2f924613dccc706 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 7ccbf2553c3816dd2578d8db29b71d82f7eafd08..3054cfcaa61d5be084a02bbb7e4c1f71e436ed3c 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index a976592b72836c1f8755bc125ce700f79dfd77d1..2e8eaae935cb735b4b9a32170b405ebf7eaf9bb5 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index a95c3ba6e0b4b04e0d67e055f8b7cc348ddeaf28..28347fafaa63b7b6d3d265896648fe155c5b22cd 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 7bdf8a98a00dfd789dafd1ba11e5f45381dbd1a1..bd75de3d26a1bcb9f3048feb14568aa8c0f41dcb 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index a59ea0c48d37ee7e09e026702242497978450e2a..765e91ff75f85267458f5ac91ce0a32b5d720323 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 4a2c0b90c578d0a7d501265b38a9987114a3b462..ed89f0334a6d51e06135f559e48576dad0b6926c 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 469fef4c4f33b549defb178b36f5f10245e37376..ad391a5b69c6984f8d86019ac3c8a6e3780e1bfa 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index ca4321d903e7bea58b978f3bc8a36421cada4b39..50ed5947502eefd86ae9a20defaabac88a5c2f04 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 5bdb566add9b453a96e4689b3845cc203c4dbcd0..004222e952c68d1742aaed33be3dcce5f70b578c 100644 (file)
@@ -18,6 +18,7 @@ typedef enum
   } Efl_Ui_Image_Preload_Status;
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 7a6f2d6412a7c16df9b71bce37daf9f2d21da352..891d151e4793482bd086ddd74450df974ebcb9fd 100644 (file)
@@ -11,6 +11,7 @@ extern "C" {
  */
 
 /**
+ * @internal
  * @brief UI Loading functions.
  * @defgroup Init  Creating a diff widget to render an Elm Code backend
  *  when it's referencing a diff file
@@ -27,6 +28,7 @@ EAPI void elm_code_diff_widget_font_set(Evas_Object *widget, const char *name,
                                         int size);
 
 /**
+ * @endinternal
  * @}
  */
 
index 9bafe431ac8ac2911f76f1594e2aa88b4223a2a9..07ad30b9781486e957ee73ea543df296ab91cef2 100644 (file)
@@ -28,6 +28,7 @@ struct _Elm_Code_File
 };
 
 /**
+ * @internal
  * @brief File handling functions.
  * @defgroup File  I/O at a file level
  *
@@ -66,8 +67,10 @@ EAPI Elm_Code_File_Line_Ending elm_code_file_line_ending_get(Elm_Code_File *file
 EAPI const char *elm_code_file_line_ending_chars_get(Elm_Code_File *file, short *length);
 
 /**
+ * @endinternal
  * @}
  *
+ * @internal
  * @brief Content functions.
  * @defgroup Content  Functions for accessing file content
  *
@@ -90,6 +93,7 @@ EAPI void elm_code_file_line_remove(Elm_Code_File *file, unsigned int row);
 EAPI Elm_Code_Line *elm_code_file_line_get(Elm_Code_File *file, unsigned int line);
 
 /**
+ * @endinternal
  * @}
  */
 
index b00ac3d8f2470d0cceb11eec48835b56a163e7d7..6e33f4552c087760fac5af014b23b013ca92bc85 100644 (file)
@@ -11,6 +11,7 @@ extern "C" {
  */
 
 /**
+ * @internal
  * @brief Line indent handling functions.
  * @defgroup Indent management of indentation of lines
  *
@@ -25,6 +26,7 @@ EAPI char *elm_code_line_indent_get(Elm_Code_Line *line);
 EAPI const char *elm_code_line_indent_matching_braces_get(Elm_Code_Line *line, unsigned int *length);
 
 /**
+ * @endinternal
  * @}
  */
 
index 8e832ff5edb29862ebedd69a07ca0e8ad2f71703..7c3e592a53a86769a1ada63727b3c9606e8e0055 100644 (file)
@@ -39,6 +39,7 @@ typedef struct _Elm_Code_Line
 EAPI void elm_code_line_free(Elm_Code_Line *line);
 
 /**
+ * @internal
  * @brief Line manipulation functions.
  * @defgroup Content
  * @{
@@ -84,8 +85,10 @@ EAPI void elm_code_line_merge_up(Elm_Code_Line *line);
 EAPI void elm_code_line_merge_down(Elm_Code_Line *line);
 
 /**
+ * @endinternal
  * @}
  *
+ * @internal
  * @brief Line markup functions.
  * @defgroup Highlighting
  *
@@ -110,6 +113,7 @@ EAPI unsigned int elm_code_line_scope_get(Elm_Code_Line *line);
 EAPI Eina_Bool elm_code_line_contains_widget_cursor(Elm_Code_Line *line);
 
 /**
+ * @endinternal
  * @}
  */
 
index 4b53e0f2c9c29a9d382d5b8a4d75446d58888b7e..68f20f1ed74a03efaaca9192b5c27662a36ccf3e 100644 (file)
@@ -17,6 +17,7 @@ extern EAPI Elm_Code_Parser *ELM_CODE_PARSER_STANDARD_DIFF; /**< A provided pars
 extern EAPI Elm_Code_Parser *ELM_CODE_PARSER_STANDARD_TODO; /**< A provided parser that will highlight TODO and FIXME lines */
 
 /**
+ * @internal
  * @brief Parser helper functions.
  * @defgroup Parser  Hooking in and launching parsers 
  *
@@ -32,6 +33,7 @@ EAPI void elm_code_parser_add(Elm_Code *code, void (*parse_line)(Elm_Code_Line *
 EAPI void elm_code_parser_standard_add(Elm_Code *code, Elm_Code_Parser *parser);
 
 /**
+ * @endinternal
  * @}
  */
 
index 268e11a63ff98bded7a50b1957ab0efc8692f68d..89951151f1ad8feef282f1ad9fa71cf8fdcd9c47 100644 (file)
@@ -13,6 +13,7 @@ extern "C" {
 typedef struct _Elm_Code_Syntax Elm_Code_Syntax;
 
 /**
+ * @internal
  * @brief Syntax highlighting helper functions.
  * @defgroup Syntax Parsing and marking up syntax in files
  *
@@ -55,6 +56,7 @@ EAPI void elm_code_syntax_parse_file(Elm_Code_Syntax *syntax, Elm_Code_File *fil
 
 
 /**
+ * @endinternal
  * @}
  */
 
index 97d67653fb02f15d1deef2a36d12b5ae444f132a..d2f4f22ca7f0d8a720ee8e08e3b370fdcbae17cb 100644 (file)
@@ -13,6 +13,7 @@ extern "C" {
  */
 
 /**
+ * @internal
  * @brief Line text handling functions.
  * @defgroup Text access and manipulation within lines
  *
@@ -41,8 +42,10 @@ EAPI void elm_code_line_text_leading_whitespace_strip(Elm_Code_Line *line);
 EAPI void elm_code_line_text_trailing_whitespace_strip(Elm_Code_Line *line);
 
 /**
+ * @endinternal
  * @}
  *
+ * @internal
  * @brief Generic text handling functions.
  * @defgroup Text helper functions
  *
@@ -59,6 +62,7 @@ EAPI int elm_code_text_newlinenpos(const char *text, unsigned int length, short
 EAPI unsigned int elm_code_text_is_whitespace(const char *text, unsigned int length);
 
 /**
+ * @endinternal
  * @}
  */
 
index 989231b2383d22e07f48071f90787acfc0365423..f4d99857f35739a29ab0caac14fe8accf44f3950 100644 (file)
@@ -6,6 +6,7 @@ extern "C" {
 #endif
 
 /**
+ * @internal
  * @brief Selection handling functions.
  * @defgroup Managing the complexities of selecting text across separate lines.
  *
@@ -145,6 +146,7 @@ EAPI void elm_code_widget_selection_select_all(Evas_Object *widget);
 
 
 /**
+ * @endinternal
  * @}
  */
 
index 97a503148dc8291284d121648c643036cf88e979..eb6c714670b56e34ffe3de4cc5f1e8f204d0f238 100644 (file)
@@ -2,6 +2,7 @@
 # define ELM_COLOR_CLASS_H
 
 /**
+ * @internal
  * @defgroup Elm_Color_Class_Group Color Class Editor
  * @ingroup Elm_Color_Class_Group
  * @brief This group provides a UI for editing color classes in applications.
@@ -76,6 +77,9 @@ EAPI void elm_color_class_list_cb_set(Elm_Color_Class_List_Cb cb);
  * @since 1.14
  **/
 EAPI Eina_List *elm_color_class_util_edje_file_list(Eina_File *f);
-/** @} */
+/**
+ * @endinternal
+ * @}
+ */
 
 #endif
index 2d1cce25c13eeb89cafe35f32273c26c36f6ca6b..d56f3f13e93a9b169e1add8eeac8ea918bf472c8 100644 (file)
@@ -2,6 +2,7 @@
 #define ELM_INTEFARCE_SCROLLER_H
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index e8cf1bec35f9e6a5096a768effec49f6b07c22c0..d004a3c7ec4209d61719485ab239607c8a43d04b 100644 (file)
@@ -248,6 +248,7 @@ EAPI Evas_Object                 *elm_object_name_find(const Evas_Object *obj, c
 
 /**
  * @defgroup Elm_Styles Styles
+ * @ingroup elm_infra_group
  *
  * Widgets can have different styles of look. These generic API's
  * set styles of widgets, if they support them (and if the theme(s)
@@ -328,6 +329,7 @@ EAPI Eina_Bool    elm_object_disabled_get(const Evas_Object *obj);
 
 /**
  * @defgroup Elm_WidgetNavigation Widget Tree Navigation
+ * @ingroup elm_infra_group
  *
  * These functions provide checks for if a Evas_Object is an Elementary widget,
  * the possibility of getting a widget's parent, top level parent and getting a
index 37f76e57d613bf17a6a4b4ac7486cf8901681a7d..83fdaa2458cfc21827e4c3c6f5dec573bdb3beed 100644 (file)
@@ -2,6 +2,7 @@
 #define ELM_PREFS_H
 
 /**
+ * @internal
  * @addtogroup Elm_Prefs
  * @{
  *
index 22489c3bafe4b07c7a0f69e5c0cfb91c44560fff..f1723b17b2db5383a494201f8d8359e5999797f4 100644 (file)
@@ -1,4 +1,5 @@
 /**
+ * @internal
  * @addtogroup Elm_Prefs
  *
  * @{
index 415c2d5531a2b9d2a987f424dedf350cbd4186a2..d144d96319b67be3af5c60234c390905431049fb 100644 (file)
 #define ELM_INTERNAL_API_VERSION 7000
 
 /**
+ * @internal
  * @defgroup Widget Widgets Extension Infrastructure
  *
  * This section is intended for people willing to create @b custom
@@ -310,6 +311,7 @@ typedef void * (*list_data_get_func_type)(const Eina_List * l);
 #include "elm_widget_item_container_eo.h"
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  */
index 4668d0bbd1ab0102564c9b40d61eb6ce55d04d82..cbcc445f47a1c21a35ac28f2a9f766c167ba8b91 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index a4f5348cf6164cdb8afd3ed06704cc1ceb397e35..895fef32ffe728a380702696f36239b55aef8fd0 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 5931bd2e92e95b257bebe69c266ba01d7719ae1f..bdd79acc2733eb4bd32dfc6bbddc12e3e2fce0c0 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 54ea3e565b6207b634e0c1c7d2093f50c41d443a..d9b8ea300e1d5ab50e24c32346a6d67f5e60a391 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index d84d45734a0f2ebcdca6fda156af2cf2a90df8d1..a7b9f71de32abadb8634afadcaf0f754c5c28be6 100644 (file)
@@ -14,6 +14,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 535f5ae0fdf2b3d9163f73bf9f0e352b94c32940..448449e620e0d6f82bfc438e040767f37c1fc2de 100644 (file)
@@ -12,6 +12,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 889f97b28b858ed14e770325fd119af47c5c5073..d701022528004f098ee843c81c5dc803ef58c280 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index c7a703e50fa9ab8c9d0089375196dc4aa95567fa..86bcd8daabe487d8680896a6940382011e14d8e7 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 995f67ed5c25f7c9bcb9b2996accb564c8d9d45e..fbf5424088556dbb6d1a5b10587a1e6355529191 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 53156b26ecc4c36cac6e73caba084d726212cadd..ff74fdac2e2c02b75f1aab4f793609fecf0a4bd7 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index b150e976e4d633b9412f4185ac10e4658466f0de..716e49274612ae2291386679bd90f992aa271011 100644 (file)
@@ -13,6 +13,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 25d0f3775243873ae8d2f00b0c9642cabbf79d08..f208f0908ef54cad803542c98eb6a965d9f4c37c 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index a551c94a7955ac66c0acbd86a5c6b9730970c367..a274078163bf1facb5f825912e8eae9a42bed300 100644 (file)
@@ -12,6 +12,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 1ebf33c0cadda6caa1f1e59d9891e732879cf8a3..92fef1e8778d0c4bd3bc864b893cb3b41f196c68 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 86c8b538101eebe5ef433806b231cbe0337e1011..9126b6642a7a153b4f73f949205f656754d50220 100644 (file)
@@ -12,6 +12,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 83d40054265113a3b1c6763d1304b2403e0be6b6..4c5048e67277003283d0e55f1c0d69ba35f7bd19 100644 (file)
@@ -12,6 +12,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index bf0af41a28214ab951a8b42da9cf1ae1b2c13897..b15c8ad10f2b5baf206d4857f2c7c5a32b847817 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index bfe146a10686eae5105dccf9b9130e2087abd97f..e3e44eca7675d5a4136ab3c9c9a95e775f9bf88d 100644 (file)
@@ -11,6 +11,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 745f40d5b40d73feebc22443f0bc9dfeadb13e5d..63d3e1ab35c7d717a574843121eded33df067852 100644 (file)
@@ -11,6 +11,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 2ce9144ed06b88752bb66ca3b05c14b5d985949a..d53ba06aafd967e46862e9e983d39769e9db9df7 100644 (file)
@@ -11,6 +11,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 52427deef49d8c51d95aec5294b8881c6e4e8dab..10c54bf793d54b4b11b1a83c8747c287f3ed92ab 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 10cb616d3b5088234476a00383eb12f2ef12991c..c6f5f0fda39fa32403bbb07616c9cce4f75d07ff 100644 (file)
@@ -12,6 +12,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index eb78671a3fea6151bade273dc856121dac508b8d..4c81ab04b6b426f9792136b78b7b2285c23324c9 100644 (file)
@@ -13,6 +13,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index c03337fa0e4caa4b853c01fef89832f0a49b0f4a..f84beea7643eecbb986e9c5dc4bc659f0134ca15 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 3e39260abbbcb8c9fa47acc4514c5b88bca2ebe5..845a35429c30d862398a7a5ea4d68f5ebeada3fb 100644 (file)
@@ -13,6 +13,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 0cf7e1bea235ffdc045eb29a9f0cc2399ca4a47a..7a7715370ae317dbfecc81b139226a1d8d220cff 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 4fda71cdbae104ece63c398d83cad8fe45237a61..cdd4cb7738645ac28643bac516c33b036791ed3c 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index a92807de0f9d90159c5d661c236fb243888274e1..b93d7bf8025c219059a46aae49aaac301a7ed191 100644 (file)
@@ -13,6 +13,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 7c569a42ecc02b691d6549132c8762cb28a8d2f9..f657907e3025d580180cc022ac21f9e44cb9643e 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index be1400e3bb7b3c43b9a95793bb3440f415318ff4..a3e954e8da50d4e380154c9b1daef8f9b31b7945 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index dfcc538e909430bac61c1747b60771558fde868b..f5bd31c2afaafd4bbcbda0fa3f12abc60e5a9408 100644 (file)
@@ -14,6 +14,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 786d57abda1254dab65832ab9c07d02954a305a8..740d0a1f802c3aa4bca3fc62204f18b910b32858 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index e46c74b224e32f65c365836afb7e466e5a984182..6ebe47d7b740f860d411dcb4abbd8cec6a49a431 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 8b04baf6aacd3b2cd902fad88919077c922c5b9f..25644bb26f1eec423e61ec936ce596c99967bb6a 100644 (file)
@@ -12,6 +12,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 46aea9e07983578dcb08d61057e165a9aaf2f920..e35e68577b7da6b3a661ee847159d53cd523858c 100644 (file)
@@ -12,6 +12,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index bd0a9670882f1e8bdbd480d5aa1bf19956b99737..b94d4e31fe4af0900829edee934008a03527a756 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index ace9128e88f5dc7c348c2d9a29493d448b7d6d19..5eda84c7488ee1cf7191a7e0402f9aa689046e35 100644 (file)
@@ -12,6 +12,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 8fb923c32385175a73887bb4829c1cf3bdc9e61c..775324885e8c1dfa04561bcb88822212f869385d 100644 (file)
@@ -11,6 +11,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 1a27cadc7e01aaa8ed15df0057f4d64b164b765e..e4fa02ec12f254c2786fa3c4d4b7b4926c25c7de 100644 (file)
@@ -14,6 +14,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 439ce18489c3a856ea217424dc127bda50097757..0f94862d4286ab4db88538c64de35b6f77d3bf9d 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 651c67fd14e6c3496e036d3136724f119e229c5f..fb60331590a5a0a7056c22fcf0513c97e246efdf 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index bd7fde2b4c8cea9b900c2240683e060e3420e16b..203086ac179b1048650a0c81ab5ad11b502ef4b9 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 3cfd9b7be237bd83f1391b4e7a9fe9c49815652b..3173dc856f4ba0d416cd963ff5566a458b0ef994 100644 (file)
@@ -11,6 +11,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 2c1d6b2be512d2484aa8cf5a1f94bf74d2641690..b3374e76bd53c45981679092fdb03b282e6d26d3 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 1b9c85c1fef0225e723c2a5592a0c6281473d975..e2a32807f634ca862fbd6542ef6b4e9b87227e18 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 8c18138b714bda1082c65992e7482e890ad4c09a..08328c785b0863a6b148bf695890b6ad47f50d83 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 6d820fdd1706e202677fe7a846589aea27444daa..daade105f8c77d1665e50f624005ce5cb2176618 100644 (file)
@@ -12,6 +12,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index e5c599f432446ed1ab5da90b666a9f253fb0837f..3e4c22d77ec402bf9eac178bb7aa8aa8c4690e43 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index dd034112d024e543314c4d85feda319ffde6ed1d..fabd4b797538abc1ea16b05eeaa365de6a5492ab 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 040a6af115ecabc4c1b8ae1ff303fe56a28c1788..22e261bce2b4a284420ed045e104de0b67a2e295 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *
index 2a32d231a4a11c6ad0d3d03bdec153f6d13f8886..f77bf52a5320fc8c1ebeacd32b1036a465dafa0d 100644 (file)
@@ -8,6 +8,7 @@
  */
 
 /**
+ * @internal
  * @addtogroup Widget
  * @{
  *