From 4e96295f5a883b2b4f985dac361cd6f59277c06a Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Fri, 5 Sep 2014 01:11:58 +0900 Subject: [PATCH] elm: Fixed documentations for part_text_aliases. --- src/lib/elc_ctxpopup.h | 2 +- src/lib/elc_fileselector_button.h | 2 +- src/lib/elc_fileselector_entry.h | 4 ++-- src/lib/elc_hoversel.h | 2 +- src/lib/elc_naviframe.h | 5 ++--- src/lib/elc_popup.h | 8 ++++---- src/lib/elm_bubble.h | 4 ++-- src/lib/elm_button.h | 2 +- src/lib/elm_diskselector.h | 2 +- src/lib/elm_entry.h | 4 ++-- src/lib/elm_flipselector.h | 2 +- src/lib/elm_frame.h | 2 +- src/lib/elm_list.h | 2 +- src/lib/elm_menu.h | 2 +- src/lib/elm_progressbar.h | 2 +- src/lib/elm_radio.h | 2 +- src/lib/elm_scroller.h | 2 +- src/lib/elm_segment_control.h | 2 +- src/lib/elm_slider.h | 2 +- src/lib/elm_toolbar.h | 2 +- 20 files changed, 27 insertions(+), 28 deletions(-) diff --git a/src/lib/elc_ctxpopup.h b/src/lib/elc_ctxpopup.h index e6ac3e5..dc93ffa 100644 --- a/src/lib/elc_ctxpopup.h +++ b/src/lib/elc_ctxpopup.h @@ -38,7 +38,7 @@ * @li "icon" - An icon in the title area * * Default text parts of the ctxpopup items that you can use for are: - * @li "default" - Title label in the title area + * @li "default" - A title label in the title area * * Supported elm_object common APIs. * @li @ref elm_object_disabled_set diff --git a/src/lib/elc_fileselector_button.h b/src/lib/elc_fileselector_button.h index 608b2f4..c7b268a 100644 --- a/src/lib/elc_fileselector_button.h +++ b/src/lib/elc_fileselector_button.h @@ -42,7 +42,7 @@ * * Default text parts of the fileselector_button widget that you can use for * are: - * @li "default" - Label of the fileselector_button + * @li "default" - A label of the fileselector_button * * Default content parts of the fileselector_button widget that you can use for * are: diff --git a/src/lib/elc_fileselector_entry.h b/src/lib/elc_fileselector_entry.h index ffd1a24..49e0f18 100644 --- a/src/lib/elc_fileselector_entry.h +++ b/src/lib/elc_fileselector_entry.h @@ -51,11 +51,11 @@ * * Default text parts of the fileselector_button widget that you can use for * are: - * @li "default" - Label of the fileselector_button + * @li "default" - A label of the fileselector_button * * Default content parts of the fileselector_entry widget that you can use for * are: - * @li "button icon" - Button icon of the fileselector_entry + * @li "button icon" - A button icon of the fileselector_entry * * Supported elm_object common APIs. * @li @ref elm_object_part_text_set diff --git a/src/lib/elc_hoversel.h b/src/lib/elc_hoversel.h index 47469dd..ef52aca 100644 --- a/src/lib/elc_hoversel.h +++ b/src/lib/elc_hoversel.h @@ -34,7 +34,7 @@ * @li "icon" - An icon of the hoversel * * Default text parts of the hoversel widget that you can use for are: - * @li "default" - Label of the hoversel + * @li "default" - A label of the hoversel * * Supported elm_object common APIs. * @li @ref elm_object_disabled_set diff --git a/src/lib/elc_naviframe.h b/src/lib/elc_naviframe.h index 07be8ef..f4c4a27 100644 --- a/src/lib/elc_naviframe.h +++ b/src/lib/elc_naviframe.h @@ -38,9 +38,8 @@ * One can use @ref elm_object_item_part_text_set, * @ref elm_object_item_part_text_get to handle the text parts. * The swallow part name should be one of these: - * @li @c "default" - Title label in the title area of the current - * page - * @li @c "subtitle" - Sub-title label in the title area of the + * @li @c "default" - A title label in the title area of the current page + * @li @c "subtitle" - A sub-title label in the title area of the * current page * * Most of those content objects can be passed at the time of an item diff --git a/src/lib/elc_popup.h b/src/lib/elc_popup.h index d2cf0a2..5183a6f 100644 --- a/src/lib/elc_popup.h +++ b/src/lib/elc_popup.h @@ -92,14 +92,14 @@ * @li "button3" - 3rd button of the action area * * Default text parts of the popup widget that you can use are: - * @li "title,text" - This operates on Title area's label - * @li "default" - content-text set in the content area of the widget + * @li "title,text" - A title area's label + * @li "default" - A content-text set in the content area of the widget * * Default contents parts of the popup items that you can use are: - * @li "default" -Item's icon + * @li "default" - An item's icon * * Default text parts of the popup items that you can use are: - * @li "default" - Item's label + * @li "default" - An item's label * * Supported elm_object_item common APIs. * @li @ref elm_object_item_part_text_set diff --git a/src/lib/elm_bubble.h b/src/lib/elm_bubble.h index e02a91c..853cf7b 100644 --- a/src/lib/elm_bubble.h +++ b/src/lib/elm_bubble.h @@ -46,8 +46,8 @@ * @li "icon" - An icon of the bubble * * Default text parts of the button widget that you can use for are: - * @li "default" - Label of the bubble - * @li "info" - info of the bubble + * @li "default" - A label of the bubble + * @li "info" - An info of the bubble * * Supported elm_object common APIs. * @li @ref elm_object_part_text_set diff --git a/src/lib/elm_button.h b/src/lib/elm_button.h index afdcc81..72b6c74 100644 --- a/src/lib/elm_button.h +++ b/src/lib/elm_button.h @@ -45,7 +45,7 @@ * @li "icon" - An icon of the button * * Default text parts of the button widget that you can use for are: - * @li "default" - Label of the button + * @li "default" - A label of the button * * Supported elm_object common APIs. * @li @ref elm_object_part_text_set diff --git a/src/lib/elm_diskselector.h b/src/lib/elm_diskselector.h index c912c19..3f0a431 100644 --- a/src/lib/elm_diskselector.h +++ b/src/lib/elm_diskselector.h @@ -47,7 +47,7 @@ * @li "icon" - An icon in the diskselector item * * Default text parts of the diskselector items that you can use for are: - * @li "default" - Label of the diskselector item + * @li "default" - A label of the diskselector item * * Supported elm_object_item common APIs. * @li @ref elm_object_item_del diff --git a/src/lib/elm_entry.h b/src/lib/elm_entry.h index 1b0e657..c38adf8 100644 --- a/src/lib/elm_entry.h +++ b/src/lib/elm_entry.h @@ -280,8 +280,8 @@ * @li "end" - A content in the end of the entry * * Default text parts of the entry that you can use for are: - * @li "default" - text of the entry - * @li "guide" - placeholder of the entry + * @li "default" - A text of the entry + * @li "guide" - A placeholder of the entry * * Supported elm_object common APIs. * @li @ref elm_object_signal_emit diff --git a/src/lib/elm_flipselector.h b/src/lib/elm_flipselector.h index a2bd967..c63a3de 100644 --- a/src/lib/elm_flipselector.h +++ b/src/lib/elm_flipselector.h @@ -38,7 +38,7 @@ * - @c "default" * * Default text parts of the flipselector items that you can use for are: - * @li "default" - label of the flipselector item + * @li "default" - A label of the flipselector item * * Supported elm_object common APIs. * @li @ref elm_object_disabled_set diff --git a/src/lib/elm_frame.h b/src/lib/elm_frame.h index 93b18a6..a7dad2b 100644 --- a/src/lib/elm_frame.h +++ b/src/lib/elm_frame.h @@ -34,7 +34,7 @@ * @li "default" - A content of the frame * * Default text parts of the frame widget that you can use for are: - * @li "default" - Label of the frame + * @li "default" - A label of the frame * * Supported elm_object common APIs. * @li @ref elm_object_part_text_set diff --git a/src/lib/elm_list.h b/src/lib/elm_list.h index 8bd08ed..141d3df 100644 --- a/src/lib/elm_list.h +++ b/src/lib/elm_list.h @@ -59,7 +59,7 @@ * Another parts for customized styles are not accepted. * * Default text parts of the list items that you can use are: - * @li @c "default" - label in the list item + * @li @c "default" - A label in the list item * Another parts for customized styles are not accepted. * * Supported @c elm_object_item common APIs. diff --git a/src/lib/elm_menu.h b/src/lib/elm_menu.h index 7eeb6ae..ea0ead0 100644 --- a/src/lib/elm_menu.h +++ b/src/lib/elm_menu.h @@ -22,7 +22,7 @@ * @li @c "default" - A main content of the menu item * * Default text parts of the menu items that you can use for are: - * @li @c "default" - label in the menu item + * @li @c "default" - A label in the menu item * * Supported elm_object_item common APIs. * @li @ref elm_object_item_del diff --git a/src/lib/elm_progressbar.h b/src/lib/elm_progressbar.h index 288090c..cbb1516 100644 --- a/src/lib/elm_progressbar.h +++ b/src/lib/elm_progressbar.h @@ -49,7 +49,7 @@ * @li "icon" - An icon of the progressbar * * Default text parts of the progressbar widget that you can use for are: - * @li "default" - Label of the progressbar + * @li "default" - A label of the progressbar * * Supported elm_object common APIs. * @li @ref elm_object_part_text_set diff --git a/src/lib/elm_radio.h b/src/lib/elm_radio.h index 55080df..eb470db 100644 --- a/src/lib/elm_radio.h +++ b/src/lib/elm_radio.h @@ -48,7 +48,7 @@ * @li "icon" - An icon of the radio * * Default text parts of the radio widget that you can use for are: - * @li "default" - Label of the radio + * @li "default" - A label of the radio * * Supported elm_object common APIs. * @li @ref elm_object_part_text_set diff --git a/src/lib/elm_scroller.h b/src/lib/elm_scroller.h index 8b2781a..0c36c74 100644 --- a/src/lib/elm_scroller.h +++ b/src/lib/elm_scroller.h @@ -57,7 +57,7 @@ * theme, the thumb scroll (a.k.a. finger scroll) won't work. * * Default content parts of the scroller widget that you can use are: - * @li @c "default" - Content of the scroller + * @li @c "default" - A content of the scroller * * In @ref tutorial_scroller you'll find an example on how to use most * of this API. diff --git a/src/lib/elm_segment_control.h b/src/lib/elm_segment_control.h index 91da2d1..4c0a9c5 100644 --- a/src/lib/elm_segment_control.h +++ b/src/lib/elm_segment_control.h @@ -38,7 +38,7 @@ * @li "icon" - An icon in a segment control item * * Default text parts of the segment control items that you can use for are: - * @li "default" - Title label in a segment control item + * @li "default" - A title label in a segment control item * * Supported elm_object common APIs. * @li elm_object_disabled_set diff --git a/src/lib/elm_slider.h b/src/lib/elm_slider.h index 6a21cbd..5a7d455 100644 --- a/src/lib/elm_slider.h +++ b/src/lib/elm_slider.h @@ -54,7 +54,7 @@ * @li "end" - A end part content of the slider * * Default text parts of the slider widget that you can use for are: - * @li "default" - Label of the slider + * @li "default" - A label of the slider * * Supported elm_object common APIs. * @li @ref elm_object_disabled_set diff --git a/src/lib/elm_toolbar.h b/src/lib/elm_toolbar.h index dd19f02..44777ca 100644 --- a/src/lib/elm_toolbar.h +++ b/src/lib/elm_toolbar.h @@ -43,7 +43,7 @@ * - @c "transparent" - no background or shadow, just show the content * * Default text parts of the toolbar items that you can use for are: - * @li "default" - label of the toolbar item + * @li "default" - A label of the toolbar item * * Supported elm_object_item common APIs. * @li @ref elm_object_item_del -- 2.7.4