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 d9e50bc..313730f 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 62a8d22..08f2ecf 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 9fc979f..62dbf64 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 428da12..122b78c 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 9b4fff7..c87f1e4 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 df4508b..fca2dcc 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 5fa4842..79e7269 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 2532620..2f85dc7 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 78446c6..59b4a2f 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 e44c603..10ccb5e 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 51ef2bb..047c180 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 7ccbf25..3054cfc 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 a976592..2e8eaae 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 a95c3ba..28347fa 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 7bdf8a9..bd75de3 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 a59ea0c..765e91f 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 4a2c0b9..ed89f03 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 469fef4..ad391a5 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 ca4321d..50ed594 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 5bdb566..004222e 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 7a6f2d6..891d151 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 9bafe43..07ad30b 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 b00ac3d..6e33f45 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 8e832ff..7c3e592 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 4b53e0f..68f20f1 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 268e11a..8995115 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 97d6765..d2f4f22 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 989231b..f4d9985 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 97a5031..eb6c714 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 2d1cce25..d56f3f1 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 e8cf1be..d004a3c 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 37f76e5..83fdaa2 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 22489c3..f1723b1 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 415c2d5..d144d96 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 4668d0b..cbcc445 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 a4f5348..895fef3 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 5931bd2..bdd79ac 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 54ea3e5..d9b8ea3 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 d84d457..a7b9f71 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 535f5ae..448449e 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 889f97b..d701022 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 c7a703e..86bcd8d 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 995f67e..fbf5424 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 53156b2..ff74fda 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 b150e97..716e492 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 25d0f377..f208f09 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 a551c94..a274078 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 1ebf33c..92fef1e 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 86c8b53..9126b66 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 83d4005..4c5048e 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 bf0af41..b15c8ad 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 bfe146a..e3e44ec 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 745f40d..63d3e1a 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 2ce9144..d53ba06 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 52427de..10c54bf 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 10cb616..c6f5f0f 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 eb78671..4c81ab0 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 c03337f..f84beea 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 3e39260..845a354 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 0cf7e1b..7a77153 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 4fda71c..cdd4cb7 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 a92807d..b93d7bf 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 7c569a4..f657907 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 be1400e..a3e954e 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 dfcc538..f5bd31c 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 786d57a..740d0a1 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 e46c74b..6ebe47d 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 8b04baf..25644bb 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 46aea9e..e35e685 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 bd0a967..b94d4e3 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 ace9128..5eda84c 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 8fb923c..7753248 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 1a27cad..e4fa02e 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 439ce18..0f94862 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 651c67f..fb60331 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 bd7fde2..203086a 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 3cfd9b7..3173dc8 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 2c1d6b2..b3374e7 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 1b9c85c..e2a3280 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 8c18138..08328c7 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 6d820fd..daade10 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 e5c599f..3e4c22d 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 dd03411..fabd4b7 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 040a6af..22e261b 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 2a32d23..f77bf52 100644 --- a/src/lib/elementary/elm_widget_web.h +++ b/src/lib/elementary/elm_widget_web.h @@ -8,6 +8,7 @@ */ /** + * @internal * @addtogroup Widget * @{ *