From: Myoungwoon Roy, Kim Date: Tue, 19 Mar 2019 23:55:06 +0000 (+0900) Subject: docs: Correct wrong group names and marks internal X-Git-Tag: submit/tizen/20190320.100510^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=19cd90cd15e3e4f33790b88e03a807b8f876f27d;p=platform%2Fupstream%2Fefl.git docs: Correct wrong group names and marks internal Change-Id: I4ab69495da52db12a4ca67041f2267af80f0ba2e --- diff --git a/doc/main.dox b/doc/main.dox index d9e50bcb79..313730f400 100644 --- a/doc/main.dox +++ b/doc/main.dox @@ -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 @@ -18,22 +20,25 @@ * * @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 * *

Graphics libraries

* + * @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. * *

Operating System specific libraries

* @@ -47,6 +52,7 @@ * * If you are looking for methods that do not fit into the above list you can * see the full module listing. + * @endinternal */ /** @@ -174,97 +180,123 @@ */ /** + * @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. */ diff --git a/elm_intro.h.in b/elm_intro.h.in index 62a8d2254f..08f2ecf1ae 100644 --- a/elm_intro.h.in +++ b/elm_intro.h.in @@ -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 diff --git a/src/lib/ecore_input/Ecore_Input.h b/src/lib/ecore_input/Ecore_Input.h index 9fc979f029..62dbf64092 100644 --- a/src/lib/ecore_input/Ecore_Input.h +++ b/src/lib/ecore_input/Ecore_Input.h @@ -44,7 +44,7 @@ extern "C" { /** * @defgroup Ecore_Input_Group Ecore Input - * @ingroup Ecore_Group + * @ingroup Ecore * *@{ */ diff --git a/src/lib/eina/eina_promise.h b/src/lib/eina/eina_promise.h index 428da12afa..122b78cca0 100644 --- a/src/lib/eina/eina_promise.h +++ b/src/lib/eina/eina_promise.h @@ -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 * @} */ diff --git a/src/lib/eina/eina_value_util.h b/src/lib/eina/eina_value_util.h index 9b4fff78b0..c87f1e4980 100644 --- a/src/lib/eina/eina_value_util.h +++ b/src/lib/eina/eina_value_util.h @@ -23,7 +23,7 @@ #include "eina_value.h" /** - * @addtogroup Eina_Value + * @addtogroup Eina_Value_Struct_Group * * @{ */ diff --git a/src/lib/eina/eina_vector.h b/src/lib/eina/eina_vector.h index df4508b675..fca2dcc029 100644 --- a/src/lib/eina/eina_vector.h +++ b/src/lib/eina/eina_vector.h @@ -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" diff --git a/src/lib/elementary/efl_ui_bg_private.h b/src/lib/elementary/efl_ui_bg_private.h index 5fa4842e40..79e7269366 100644 --- a/src/lib/elementary/efl_ui_bg_private.h +++ b/src/lib/elementary/efl_ui_bg_private.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/efl_ui_button_private.h b/src/lib/elementary/efl_ui_button_private.h index 25326202f6..2f85dc7785 100644 --- a/src/lib/elementary/efl_ui_button_private.h +++ b/src/lib/elementary/efl_ui_button_private.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/efl_ui_calendar_private.h b/src/lib/elementary/efl_ui_calendar_private.h index 78446c612e..59b4a2fcdb 100644 --- a/src/lib/elementary/efl_ui_calendar_private.h +++ b/src/lib/elementary/efl_ui_calendar_private.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/efl_ui_check_private.h b/src/lib/elementary/efl_ui_check_private.h index e44c6035e4..10ccb5e540 100644 --- a/src/lib/elementary/efl_ui_check_private.h +++ b/src/lib/elementary/efl_ui_check_private.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/efl_ui_clock_private.h b/src/lib/elementary/efl_ui_clock_private.h index 51ef2bbe85..047c180fe7 100644 --- a/src/lib/elementary/efl_ui_clock_private.h +++ b/src/lib/elementary/efl_ui_clock_private.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/efl_ui_image_zoomable_private.h b/src/lib/elementary/efl_ui_image_zoomable_private.h index 7ccbf2553c..3054cfcaa6 100644 --- a/src/lib/elementary/efl_ui_image_zoomable_private.h +++ b/src/lib/elementary/efl_ui_image_zoomable_private.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/efl_ui_nstate_private.h b/src/lib/elementary/efl_ui_nstate_private.h index a976592b72..2e8eaae935 100644 --- a/src/lib/elementary/efl_ui_nstate_private.h +++ b/src/lib/elementary/efl_ui_nstate_private.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/efl_ui_panes_private.h b/src/lib/elementary/efl_ui_panes_private.h index a95c3ba6e0..28347fafaa 100644 --- a/src/lib/elementary/efl_ui_panes_private.h +++ b/src/lib/elementary/efl_ui_panes_private.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/efl_ui_progressbar_private.h b/src/lib/elementary/efl_ui_progressbar_private.h index 7bdf8a98a0..bd75de3d26 100644 --- a/src/lib/elementary/efl_ui_progressbar_private.h +++ b/src/lib/elementary/efl_ui_progressbar_private.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/efl_ui_radio_private.h b/src/lib/elementary/efl_ui_radio_private.h index a59ea0c48d..765e91ff75 100644 --- a/src/lib/elementary/efl_ui_radio_private.h +++ b/src/lib/elementary/efl_ui_radio_private.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/efl_ui_video_private.h b/src/lib/elementary/efl_ui_video_private.h index 4a2c0b90c5..ed89f0334a 100644 --- a/src/lib/elementary/efl_ui_video_private.h +++ b/src/lib/elementary/efl_ui_video_private.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/efl_ui_widget_flip.h b/src/lib/elementary/efl_ui_widget_flip.h index 469fef4c4f..ad391a5b69 100644 --- a/src/lib/elementary/efl_ui_widget_flip.h +++ b/src/lib/elementary/efl_ui_widget_flip.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/efl_ui_widget_frame.h b/src/lib/elementary/efl_ui_widget_frame.h index ca4321d903..50ed594750 100644 --- a/src/lib/elementary/efl_ui_widget_frame.h +++ b/src/lib/elementary/efl_ui_widget_frame.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/efl_ui_widget_image.h b/src/lib/elementary/efl_ui_widget_image.h index 5bdb566add..004222e952 100644 --- a/src/lib/elementary/efl_ui_widget_image.h +++ b/src/lib/elementary/efl_ui_widget_image.h @@ -18,6 +18,7 @@ typedef enum } Efl_Ui_Image_Preload_Status; /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_code_diff_widget.h b/src/lib/elementary/elm_code_diff_widget.h index 7a6f2d6412..891d151e47 100644 --- a/src/lib/elementary/elm_code_diff_widget.h +++ b/src/lib/elementary/elm_code_diff_widget.h @@ -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 * @} */ diff --git a/src/lib/elementary/elm_code_file.h b/src/lib/elementary/elm_code_file.h index 9bafe431ac..07ad30b978 100644 --- a/src/lib/elementary/elm_code_file.h +++ b/src/lib/elementary/elm_code_file.h @@ -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 * @} */ diff --git a/src/lib/elementary/elm_code_indent.h b/src/lib/elementary/elm_code_indent.h index b00ac3d8f2..6e33f4552c 100644 --- a/src/lib/elementary/elm_code_indent.h +++ b/src/lib/elementary/elm_code_indent.h @@ -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 * @} */ diff --git a/src/lib/elementary/elm_code_line.h b/src/lib/elementary/elm_code_line.h index 8e832ff5ed..7c3e592a53 100644 --- a/src/lib/elementary/elm_code_line.h +++ b/src/lib/elementary/elm_code_line.h @@ -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 * @} */ diff --git a/src/lib/elementary/elm_code_parse.h b/src/lib/elementary/elm_code_parse.h index 4b53e0f2c9..68f20f1ed7 100644 --- a/src/lib/elementary/elm_code_parse.h +++ b/src/lib/elementary/elm_code_parse.h @@ -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 * @} */ diff --git a/src/lib/elementary/elm_code_syntax.h b/src/lib/elementary/elm_code_syntax.h index 268e11a63f..89951151f1 100644 --- a/src/lib/elementary/elm_code_syntax.h +++ b/src/lib/elementary/elm_code_syntax.h @@ -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 * @} */ diff --git a/src/lib/elementary/elm_code_text.h b/src/lib/elementary/elm_code_text.h index 97d67653fb..d2f4f22ca7 100644 --- a/src/lib/elementary/elm_code_text.h +++ b/src/lib/elementary/elm_code_text.h @@ -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 * @} */ diff --git a/src/lib/elementary/elm_code_widget_selection.h b/src/lib/elementary/elm_code_widget_selection.h index 989231b238..f4d99857f3 100644 --- a/src/lib/elementary/elm_code_widget_selection.h +++ b/src/lib/elementary/elm_code_widget_selection.h @@ -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 * @} */ diff --git a/src/lib/elementary/elm_color_class.h b/src/lib/elementary/elm_color_class.h index 97a503148d..eb6c714670 100644 --- a/src/lib/elementary/elm_color_class.h +++ b/src/lib/elementary/elm_color_class.h @@ -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 diff --git a/src/lib/elementary/elm_interface_scrollable.h b/src/lib/elementary/elm_interface_scrollable.h index 2d1cce25c1..d56f3f13e9 100644 --- a/src/lib/elementary/elm_interface_scrollable.h +++ b/src/lib/elementary/elm_interface_scrollable.h @@ -2,6 +2,7 @@ #define ELM_INTEFARCE_SCROLLER_H /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_object.h b/src/lib/elementary/elm_object.h index e8cf1bec35..d004a3c7ec 100644 --- a/src/lib/elementary/elm_object.h +++ b/src/lib/elementary/elm_object.h @@ -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 diff --git a/src/lib/elementary/elm_prefs.h b/src/lib/elementary/elm_prefs.h index 37f76e57d6..83fdaa2458 100644 --- a/src/lib/elementary/elm_prefs.h +++ b/src/lib/elementary/elm_prefs.h @@ -2,6 +2,7 @@ #define ELM_PREFS_H /** + * @internal * @addtogroup Elm_Prefs * @{ * diff --git a/src/lib/elementary/elm_prefs_common.h b/src/lib/elementary/elm_prefs_common.h index 22489c3baf..f1723b17b2 100644 --- a/src/lib/elementary/elm_prefs_common.h +++ b/src/lib/elementary/elm_prefs_common.h @@ -1,4 +1,5 @@ /** + * @internal * @addtogroup Elm_Prefs * * @{ diff --git a/src/lib/elementary/elm_widget.h b/src/lib/elementary/elm_widget.h index 415c2d5531..d144d96319 100644 --- a/src/lib/elementary/elm_widget.h +++ b/src/lib/elementary/elm_widget.h @@ -210,6 +210,7 @@ #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 * @{ */ diff --git a/src/lib/elementary/elm_widget_actionslider.h b/src/lib/elementary/elm_widget_actionslider.h index 4668d0bbd1..cbcc445f47 100644 --- a/src/lib/elementary/elm_widget_actionslider.h +++ b/src/lib/elementary/elm_widget_actionslider.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_box.h b/src/lib/elementary/elm_widget_box.h index a4f5348cf6..895fef32ff 100644 --- a/src/lib/elementary/elm_widget_box.h +++ b/src/lib/elementary/elm_widget_box.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_bubble.h b/src/lib/elementary/elm_widget_bubble.h index 5931bd2e92..bdd79acc27 100644 --- a/src/lib/elementary/elm_widget_bubble.h +++ b/src/lib/elementary/elm_widget_bubble.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_calendar.h b/src/lib/elementary/elm_widget_calendar.h index 54ea3e565b..d9b8ea300e 100644 --- a/src/lib/elementary/elm_widget_calendar.h +++ b/src/lib/elementary/elm_widget_calendar.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_clock.h b/src/lib/elementary/elm_widget_clock.h index d84d45734a..a7b9f71de3 100644 --- a/src/lib/elementary/elm_widget_clock.h +++ b/src/lib/elementary/elm_widget_clock.h @@ -14,6 +14,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_colorselector.h b/src/lib/elementary/elm_widget_colorselector.h index 535f5ae0fd..448449e620 100644 --- a/src/lib/elementary/elm_widget_colorselector.h +++ b/src/lib/elementary/elm_widget_colorselector.h @@ -12,6 +12,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_combobox.h b/src/lib/elementary/elm_widget_combobox.h index 889f97b28b..d701022528 100644 --- a/src/lib/elementary/elm_widget_combobox.h +++ b/src/lib/elementary/elm_widget_combobox.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_conform.h b/src/lib/elementary/elm_widget_conform.h index c7a703e50f..86bcd8daab 100644 --- a/src/lib/elementary/elm_widget_conform.h +++ b/src/lib/elementary/elm_widget_conform.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_container.h b/src/lib/elementary/elm_widget_container.h index 995f67ed5c..fbf5424088 100644 --- a/src/lib/elementary/elm_widget_container.h +++ b/src/lib/elementary/elm_widget_container.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_ctxpopup.h b/src/lib/elementary/elm_widget_ctxpopup.h index 53156b26ec..ff74fdac2e 100644 --- a/src/lib/elementary/elm_widget_ctxpopup.h +++ b/src/lib/elementary/elm_widget_ctxpopup.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_dayselector.h b/src/lib/elementary/elm_widget_dayselector.h index b150e976e4..716e492746 100644 --- a/src/lib/elementary/elm_widget_dayselector.h +++ b/src/lib/elementary/elm_widget_dayselector.h @@ -13,6 +13,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_diskselector.h b/src/lib/elementary/elm_widget_diskselector.h index 25d0f37752..f208f0908e 100644 --- a/src/lib/elementary/elm_widget_diskselector.h +++ b/src/lib/elementary/elm_widget_diskselector.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_entry.h b/src/lib/elementary/elm_widget_entry.h index a551c94a79..a274078163 100644 --- a/src/lib/elementary/elm_widget_entry.h +++ b/src/lib/elementary/elm_widget_entry.h @@ -12,6 +12,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_fileselector.h b/src/lib/elementary/elm_widget_fileselector.h index 1ebf33c0ca..92fef1e877 100644 --- a/src/lib/elementary/elm_widget_fileselector.h +++ b/src/lib/elementary/elm_widget_fileselector.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_fileselector_button.h b/src/lib/elementary/elm_widget_fileselector_button.h index 86c8b53810..9126b6642a 100644 --- a/src/lib/elementary/elm_widget_fileselector_button.h +++ b/src/lib/elementary/elm_widget_fileselector_button.h @@ -12,6 +12,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_fileselector_entry.h b/src/lib/elementary/elm_widget_fileselector_entry.h index 83d4005426..4c5048e672 100644 --- a/src/lib/elementary/elm_widget_fileselector_entry.h +++ b/src/lib/elementary/elm_widget_fileselector_entry.h @@ -12,6 +12,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_flipselector.h b/src/lib/elementary/elm_widget_flipselector.h index bf0af41a28..b15c8ad10f 100644 --- a/src/lib/elementary/elm_widget_flipselector.h +++ b/src/lib/elementary/elm_widget_flipselector.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_gengrid.h b/src/lib/elementary/elm_widget_gengrid.h index bfe146a106..e3e44eca76 100644 --- a/src/lib/elementary/elm_widget_gengrid.h +++ b/src/lib/elementary/elm_widget_gengrid.h @@ -11,6 +11,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_genlist.h b/src/lib/elementary/elm_widget_genlist.h index 745f40d5b4..63d3e1ab35 100644 --- a/src/lib/elementary/elm_widget_genlist.h +++ b/src/lib/elementary/elm_widget_genlist.h @@ -11,6 +11,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_glview.h b/src/lib/elementary/elm_widget_glview.h index 2ce9144ed0..d53ba06aaf 100644 --- a/src/lib/elementary/elm_widget_glview.h +++ b/src/lib/elementary/elm_widget_glview.h @@ -11,6 +11,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_grid.h b/src/lib/elementary/elm_widget_grid.h index 52427deef4..10c54bf793 100644 --- a/src/lib/elementary/elm_widget_grid.h +++ b/src/lib/elementary/elm_widget_grid.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_hover.h b/src/lib/elementary/elm_widget_hover.h index 10cb616d3b..c6f5f0fda3 100644 --- a/src/lib/elementary/elm_widget_hover.h +++ b/src/lib/elementary/elm_widget_hover.h @@ -12,6 +12,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_hoversel.h b/src/lib/elementary/elm_widget_hoversel.h index eb78671a3f..4c81ab04b6 100644 --- a/src/lib/elementary/elm_widget_hoversel.h +++ b/src/lib/elementary/elm_widget_hoversel.h @@ -13,6 +13,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_icon.h b/src/lib/elementary/elm_widget_icon.h index c03337fa0e..f84beea764 100644 --- a/src/lib/elementary/elm_widget_icon.h +++ b/src/lib/elementary/elm_widget_icon.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_index.h b/src/lib/elementary/elm_widget_index.h index 3e39260abb..845a35429c 100644 --- a/src/lib/elementary/elm_widget_index.h +++ b/src/lib/elementary/elm_widget_index.h @@ -13,6 +13,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_inwin.h b/src/lib/elementary/elm_widget_inwin.h index 0cf7e1bea2..7a7715370a 100644 --- a/src/lib/elementary/elm_widget_inwin.h +++ b/src/lib/elementary/elm_widget_inwin.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_layout.h b/src/lib/elementary/elm_widget_layout.h index 4fda71cdba..cdd4cb7738 100644 --- a/src/lib/elementary/elm_widget_layout.h +++ b/src/lib/elementary/elm_widget_layout.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_list.h b/src/lib/elementary/elm_widget_list.h index a92807de0f..b93d7bf802 100644 --- a/src/lib/elementary/elm_widget_list.h +++ b/src/lib/elementary/elm_widget_list.h @@ -13,6 +13,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_map.h b/src/lib/elementary/elm_widget_map.h index 7c569a42ec..f657907e30 100644 --- a/src/lib/elementary/elm_widget_map.h +++ b/src/lib/elementary/elm_widget_map.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_mapbuf.h b/src/lib/elementary/elm_widget_mapbuf.h index be1400e3bb..a3e954e8da 100644 --- a/src/lib/elementary/elm_widget_mapbuf.h +++ b/src/lib/elementary/elm_widget_mapbuf.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_menu.h b/src/lib/elementary/elm_widget_menu.h index dfcc538e90..f5bd31c2af 100644 --- a/src/lib/elementary/elm_widget_menu.h +++ b/src/lib/elementary/elm_widget_menu.h @@ -14,6 +14,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_multibuttonentry.h b/src/lib/elementary/elm_widget_multibuttonentry.h index 786d57abda..740d0a1f80 100644 --- a/src/lib/elementary/elm_widget_multibuttonentry.h +++ b/src/lib/elementary/elm_widget_multibuttonentry.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_naviframe.h b/src/lib/elementary/elm_widget_naviframe.h index e46c74b224..6ebe47d7b7 100644 --- a/src/lib/elementary/elm_widget_naviframe.h +++ b/src/lib/elementary/elm_widget_naviframe.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_notify.h b/src/lib/elementary/elm_widget_notify.h index 8b04baf6aa..25644bb26f 100644 --- a/src/lib/elementary/elm_widget_notify.h +++ b/src/lib/elementary/elm_widget_notify.h @@ -12,6 +12,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_panel.h b/src/lib/elementary/elm_widget_panel.h index 46aea9e079..e35e68577b 100644 --- a/src/lib/elementary/elm_widget_panel.h +++ b/src/lib/elementary/elm_widget_panel.h @@ -12,6 +12,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_photo.h b/src/lib/elementary/elm_widget_photo.h index bd0a967088..b94d4e31fe 100644 --- a/src/lib/elementary/elm_widget_photo.h +++ b/src/lib/elementary/elm_widget_photo.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_player.h b/src/lib/elementary/elm_widget_player.h index ace9128e88..5eda84c748 100644 --- a/src/lib/elementary/elm_widget_player.h +++ b/src/lib/elementary/elm_widget_player.h @@ -12,6 +12,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_plug.h b/src/lib/elementary/elm_widget_plug.h index 8fb923c323..775324885e 100644 --- a/src/lib/elementary/elm_widget_plug.h +++ b/src/lib/elementary/elm_widget_plug.h @@ -11,6 +11,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_popup.h b/src/lib/elementary/elm_widget_popup.h index 1a27cadc7e..e4fa02ec12 100644 --- a/src/lib/elementary/elm_widget_popup.h +++ b/src/lib/elementary/elm_widget_popup.h @@ -14,6 +14,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_prefs.h b/src/lib/elementary/elm_widget_prefs.h index 439ce18489..0f94862d42 100644 --- a/src/lib/elementary/elm_widget_prefs.h +++ b/src/lib/elementary/elm_widget_prefs.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_route.h b/src/lib/elementary/elm_widget_route.h index 651c67fd14..fb60331590 100644 --- a/src/lib/elementary/elm_widget_route.h +++ b/src/lib/elementary/elm_widget_route.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_scroller.h b/src/lib/elementary/elm_widget_scroller.h index bd7fde2b4c..203086ac17 100644 --- a/src/lib/elementary/elm_widget_scroller.h +++ b/src/lib/elementary/elm_widget_scroller.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_segment_control.h b/src/lib/elementary/elm_widget_segment_control.h index 3cfd9b7be2..3173dc856f 100644 --- a/src/lib/elementary/elm_widget_segment_control.h +++ b/src/lib/elementary/elm_widget_segment_control.h @@ -11,6 +11,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_separator.h b/src/lib/elementary/elm_widget_separator.h index 2c1d6b2be5..b3374e76bd 100644 --- a/src/lib/elementary/elm_widget_separator.h +++ b/src/lib/elementary/elm_widget_separator.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_slider.h b/src/lib/elementary/elm_widget_slider.h index 1b9c85c1fe..e2a32807f6 100644 --- a/src/lib/elementary/elm_widget_slider.h +++ b/src/lib/elementary/elm_widget_slider.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_slideshow.h b/src/lib/elementary/elm_widget_slideshow.h index 8c18138b71..08328c785b 100644 --- a/src/lib/elementary/elm_widget_slideshow.h +++ b/src/lib/elementary/elm_widget_slideshow.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_spinner.h b/src/lib/elementary/elm_widget_spinner.h index 6d820fdd17..daade105f8 100644 --- a/src/lib/elementary/elm_widget_spinner.h +++ b/src/lib/elementary/elm_widget_spinner.h @@ -12,6 +12,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_table.h b/src/lib/elementary/elm_widget_table.h index e5c599f432..3e4c22d77e 100644 --- a/src/lib/elementary/elm_widget_table.h +++ b/src/lib/elementary/elm_widget_table.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_thumb.h b/src/lib/elementary/elm_widget_thumb.h index dd034112d0..fabd4b7975 100644 --- a/src/lib/elementary/elm_widget_thumb.h +++ b/src/lib/elementary/elm_widget_thumb.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_toolbar.h b/src/lib/elementary/elm_widget_toolbar.h index 040a6af115..22e261bce2 100644 --- a/src/lib/elementary/elm_widget_toolbar.h +++ b/src/lib/elementary/elm_widget_toolbar.h @@ -10,6 +10,7 @@ */ /** + * @internal * @addtogroup Widget * @{ * diff --git a/src/lib/elementary/elm_widget_web.h b/src/lib/elementary/elm_widget_web.h index 2a32d231a4..f77bf52a53 100644 --- a/src/lib/elementary/elm_widget_web.h +++ b/src/lib/elementary/elm_widget_web.h @@ -8,6 +8,7 @@ */ /** + * @internal * @addtogroup Widget * @{ *