doxygen: remove unsupported links to preview images 83/236283/1
authorHosang Kim <hosang12.kim@samsung.com>
Mon, 15 Jun 2020 10:41:03 +0000 (19:41 +0900)
committerkim hosang <hosang12.kim@samsung.com>
Tue, 16 Jun 2020 05:41:05 +0000 (05:41 +0000)
Change-Id: I936462469e6713268fb8a41e0d10f77b4c78a424

44 files changed:
src/lib/elementary/efl_ui_clock.h
src/lib/elementary/elc_combobox.h
src/lib/elementary/elc_ctxpopup.h
src/lib/elementary/elc_fileselector.h
src/lib/elementary/elc_fileselector_button.h
src/lib/elementary/elc_fileselector_entry.h
src/lib/elementary/elc_hoversel.h
src/lib/elementary/elm_actionslider.h
src/lib/elementary/elm_bg.h
src/lib/elementary/elm_box.h
src/lib/elementary/elm_bubble.h
src/lib/elementary/elm_button.h
src/lib/elementary/elm_check.h
src/lib/elementary/elm_clock.h
src/lib/elementary/elm_colorselector.h
src/lib/elementary/elm_conform.h
src/lib/elementary/elm_datetime.h
src/lib/elementary/elm_dayselector.h
src/lib/elementary/elm_diskselector.h
src/lib/elementary/elm_entry.h
src/lib/elementary/elm_frame.h
src/lib/elementary/elm_hover.h
src/lib/elementary/elm_inwin.h
src/lib/elementary/elm_label.h
src/lib/elementary/elm_layout.h
src/lib/elementary/elm_list.h
src/lib/elementary/elm_map.h
src/lib/elementary/elm_mapbuf.h
src/lib/elementary/elm_menu.h
src/lib/elementary/elm_notify.h
src/lib/elementary/elm_panel.h
src/lib/elementary/elm_panes.h
src/lib/elementary/elm_photocam.h
src/lib/elementary/elm_prefs.h
src/lib/elementary/elm_radio.h
src/lib/elementary/elm_removed.h
src/lib/elementary/elm_segment_control.h
src/lib/elementary/elm_slider.h
src/lib/elementary/elm_slideshow.h
src/lib/elementary/elm_spinner.h
src/lib/elementary/elm_thumb.h
src/lib/elementary/elm_toolbar.h
src/lib/elementary/elm_web.h
src/lib/elementary/elm_win.h

index 512e2da..e6fc324 100644 (file)
@@ -5,15 +5,6 @@
  * @image html clock_inheritance_tree.png
  * @image latex clock_inheritance_tree.eps
  *
- * @image html img/widget/clock/preview-00.png
- * @image latex img/widget/clock/preview-00.eps
- *
- * @image html img/widget/clock/preview-01.png
- * @image latex img/widget/clock/preview-01.eps
- *
- * @image html img/widget/clock/preview-02.png
- * @image latex img/widget/clock/preview-02.eps
- *
  * Clock widget is used to display and input date & time values.
  * This widget displays date and time as per the <b>system's locale</b> settings (Date
  * includes Day, Month & Year along with the defined separators and
index b51cf0a..a9b3e71 100644 (file)
@@ -5,9 +5,6 @@
  * @image html combobox_inheritance_tree.png
  * @image latex combobox_inheritance_tree.eps
  *
- * @image html img/widget/combobox/preview-00.png
- * @image latex img/widget/combobox/preview-00.eps
- *
  * A combobox is a button displaying an entry that pops up a list of items
  * (automatically choosing the direction to display). It is a convenience
  * widget to avoid the need to do all the piecing together yourself. It is
index a55319c..e0d1fc3 100644 (file)
@@ -5,9 +5,6 @@
  * @image html ctxpopup_inheritance_tree.png
  * @image latex ctxpopup_inheritance_tree.eps
  *
- * @image html img/widget/ctxpopup/preview-00.png
- * @image latex img/widget/ctxpopup/preview-00.eps
- *
  * @brief Context popup widget.
  *
  * A ctxpopup is a widget that, when shown, pops up a list of items.
index 9a936b3..20db05f 100644 (file)
@@ -5,9 +5,6 @@
  * @image html fileselector_inheritance_tree.png
  * @image latex fileselector_inheritance_tree.eps
  *
- * @image html img/widget/fileselector/preview-00.png
- * @image latex img/widget/fileselector/preview-00.eps
- *
  * A file selector is a widget that allows a user to navigate
  * through a file system, reporting file selections back via its
  * API.
index 624d0bb..bd43c76 100644 (file)
@@ -5,13 +5,6 @@
  * @image html fileselector_button_inheritance_tree.png
  * @image latex fileselector_button_inheritance_tree.eps
  *
- * @image html img/widget/fileselector_button/preview-00.png
- * @image latex img/widget/fileselector_button/preview-00.eps
- * @image html img/widget/fileselector_button/preview-01.png
- * @image latex img/widget/fileselector_button/preview-01.eps
- * @image html img/widget/fileselector_button/preview-02.png
- * @image latex img/widget/fileselector_button/preview-02.eps
- *
  * This is a button that, when clicked, creates an Elementary
  * window (or inner window) <b> with a @ref Fileselector "file
  * selector widget" within</b>. When a file is chosen, the (inner)
index 0085be8..50e2d2a 100644 (file)
@@ -5,9 +5,6 @@
  * @image html fileselector_entry_inheritance_tree.png
  * @image latex fileselector_entry_inheritance_tree.eps
  *
- * @image html img/widget/fileselector_entry/preview-00.png
- * @image latex img/widget/fileselector_entry/preview-00.eps
- *
  * This is an entry made to be filled with or display a <b>file
  * system path string</b>. Besides the entry itself, the widget has
  * a @ref File_Selector_Button "file selector button" on its side,
index 523bd98..4079ef9 100644 (file)
@@ -5,9 +5,6 @@
  * @image html hoversel_inheritance_tree.png
  * @image latex hoversel_inheritance_tree.eps
  *
- * @image html img/widget/hoversel/preview-00.png
- * @image latex img/widget/hoversel/preview-00.eps
- *
  * A hoversel is a button that pops up a list of items (automatically
  * choosing the direction to display) that have a label and, optionally, an
  * icon to select from. It is a convenience widget to avoid the need to do
index f8129fc..2232be7 100644 (file)
@@ -5,9 +5,6 @@
  * @image html actionslider_inheritance_tree.png
  * @image latex actionslider_inheritance_tree.eps
  *
- * @image html img/widget/actionslider/preview-00.png
- * @image latex img/widget/actionslider/preview-00.eps
- *
  * An actionslider is a switcher for 2 or 3 labels with customizable magnet
  * properties. The user drags and releases the indicator, to choose a label.
  *
index f6e1c06..f855684 100644 (file)
@@ -5,9 +5,6 @@
  * @image html bg_inheritance_tree.png
  * @image latex bg_inheritance_tree.eps
  *
- * @image html img/widget/bg/preview-00.png
- * @image latex img/widget/bg/preview-00.eps
- *
  * @brief Background object, used for setting a solid color, image or
  * Edje group as a background to a window or any container object.
  *
index d8f3261..bc68eea 100644 (file)
@@ -5,9 +5,6 @@
  * @image html box_inheritance_tree.png
  * @image latex box_inheritance_tree.eps
  *
- * @image html img/widget/box/preview-00.png
- * @image latex img/widget/box/preview-00.eps width=\textwidth
- *
  * @image html img/box.png
  * @image latex img/box.eps width=\textwidth
  *
index 522ee8a..945edc9 100644 (file)
@@ -5,13 +5,6 @@
  * @image html bubble_inheritance_tree.png
  * @image latex bubble_inheritance_tree.eps
  *
- * @image html img/widget/bubble/preview-00.png
- * @image latex img/widget/bubble/preview-00.eps
- * @image html img/widget/bubble/preview-01.png
- * @image latex img/widget/bubble/preview-01.eps
- * @image html img/widget/bubble/preview-02.png
- * @image latex img/widget/bubble/preview-02.eps
- *
  * @brief The Bubble is a widget to show text similar to how speech is
  * represented in comics.
  *
index 4738565..82ae0ee 100644 (file)
@@ -5,13 +5,6 @@
  * @image html button_inheritance_tree.png
  * @image latex button_inheritance_tree.eps
  *
- * @image html img/widget/button/preview-00.png
- * @image latex img/widget/button/preview-00.eps
- * @image html img/widget/button/preview-01.png
- * @image latex img/widget/button/preview-01.eps
- * @image html img/widget/button/preview-02.png
- * @image latex img/widget/button/preview-02.eps
- *
  * This is a push-button. Press it and run some function. It can contain
  * a simple label and icon object and it also has an autorepeat feature.
  *
index 9cddb69..9ca589d 100644 (file)
@@ -5,13 +5,6 @@
  * @image html check_inheritance_tree.png
  * @image latex check_inheritance_tree.eps
  *
- * @image html img/widget/check/preview-00.png
- * @image latex img/widget/check/preview-00.eps
- * @image html img/widget/check/preview-01.png
- * @image latex img/widget/check/preview-01.eps
- * @image html img/widget/check/preview-02.png
- * @image latex img/widget/check/preview-02.eps
- *
  * @brief The check widget allows for toggling a value between true
  * and false.
  *
index f3d4b10..dffaecd 100644 (file)
@@ -5,9 +5,6 @@
  * @image html clock_inheritance_tree.png
  * @image latex clock_inheritance_tree.eps
  *
- * @image html img/widget/clock/preview-00.png
- * @image latex img/widget/clock/preview-00.eps
- *
  * This is a @b digital clock widget. In its default theme, it has a
  * vintage "flipping numbers clock" appearance, which will animate
  * sheets of individual algorisms individually as time goes by.
index e316690..aa44f15 100644 (file)
@@ -5,9 +5,6 @@
  * @image html colorselector_inheritance_tree.png
  * @image latex colorselector_inheritance_tree.eps
  *
- * @image html img/widget/colorselector/preview-00.png
- * @image latex img/widget/colorselector/preview-00.eps
- *
  * A ColorSelector is a color selection widget. It allows application
  * to set a series of colors.It also allows to load/save colors
  * from/to config with a unique identifier, by default, the colors are
index 0c021b1..d856f69 100644 (file)
@@ -5,9 +5,6 @@
  * @image html conformant_inheritance_tree.png
  * @image latex conformant_inheritance_tree.eps
  *
- * @image html img/widget/conformant/preview-00.png
- * @image latex img/widget/conformant/preview-00.eps width=\textwidth
- *
  * @image html img/conformant.png
  * @image latex img/conformant.eps width=\textwidth
  *
index e88a896..ee7346b 100644 (file)
@@ -5,15 +5,6 @@
  * @image html datetime_inheritance_tree.png
  * @image latex datetime_inheritance_tree.eps
  *
- * @image html img/widget/datetime/preview-00.png
- * @image latex img/widget/datetime/preview-00.eps
- *
- * @image html img/widget/datetime/preview-01.png
- * @image latex img/widget/datetime/preview-01.eps
- *
- * @image html img/widget/datetime/preview-02.png
- * @image latex img/widget/datetime/preview-02.eps
- *
  * Datetime widget is used to display and input date & time values.
  * This widget displays date and time as per the <b>system's locale</b> settings (Date
  * includes Day, Month & Year along with the defined separators and
index b6de2b5..abbf803 100644 (file)
@@ -5,9 +5,6 @@
  * @image html dayselector_inheritance_tree.png
  * @image latex dayselector_inheritance_tree.eps
  *
- * @image html img/widget/dayselector/preview-00.png
- * @image latex img/widget/dayselector/preview-00.eps
- *
  * @brief <b>Dayselector widget:</b>
  *
  *"elm_dayselector" is a day selection widget. It displays all seven days of
index b2791a9..4d3a3a0 100644 (file)
@@ -5,9 +5,6 @@
  * @image html diskselector_inheritance_tree.png
  * @image latex diskselector_inheritance_tree.eps
  *
- * @image html img/widget/diskselector/preview-00.png
- * @image latex img/widget/diskselector/preview-00.eps
- *
  * A diskselector is a kind of list widget. It scrolls horizontally,
  * and can contain label and icon objects. Three items are displayed
  * with the selected one in the middle.
index 3e187b9..ae46c00 100644 (file)
@@ -5,15 +5,6 @@
  * @image html entry_inheritance_tree.png
  * @image latex entry_inheritance_tree.eps
  *
- * @image html img/widget/entry/preview-00.png
- * @image latex img/widget/entry/preview-00.eps width=\textwidth
- * @image html img/widget/entry/preview-01.png
- * @image latex img/widget/entry/preview-01.eps width=\textwidth
- * @image html img/widget/entry/preview-02.png
- * @image latex img/widget/entry/preview-02.eps width=\textwidth
- * @image html img/widget/entry/preview-03.png
- * @image latex img/widget/entry/preview-03.eps width=\textwidth
- *
  * An entry is a convenience widget which shows a box that the user can
  * enter text into. Entries by default don't scroll, so they grow to
  * accommodate the entire text, resizing the parent window as needed. This
index 053dacd..f83598c 100644 (file)
@@ -5,9 +5,6 @@
  * @image html frame_inheritance_tree.png
  * @image latex frame_inheritance_tree.eps
  *
- * @image html img/widget/frame/preview-00.png
- * @image latex img/widget/frame/preview-00.eps
- *
  * @brief Frame is a widget that holds some content and has a title.
  *
  * The default look is a frame with a title, but Frame supports multiple
index eeac770..77c75c1 100644 (file)
@@ -5,9 +5,6 @@
  * @image html hover_inheritance_tree.png
  * @image latex hover_inheritance_tree.eps
  *
- * @image html img/widget/hover/preview-00.png
- * @image latex img/widget/hover/preview-00.eps
- *
  * A Hover object will hover over its @p parent object at the @p target
  * location. Anything in the background will be given a darker coloring to
  * indicate that the hover object is on top (at the default theme). When the
index a461094..c1074bb 100644 (file)
@@ -5,13 +5,6 @@
  * @image html inwin_inheritance_tree.png
  * @image latex inwin_inheritance_tree.eps
  *
- * @image html img/widget/inwin/preview-00.png
- * @image latex img/widget/inwin/preview-00.eps
- * @image html img/widget/inwin/preview-01.png
- * @image latex img/widget/inwin/preview-01.eps
- * @image html img/widget/inwin/preview-02.png
- * @image latex img/widget/inwin/preview-02.eps
- *
  * An inwin is a window inside a window that is useful for a quick popup.
  * It does not hover.
  *
index 7bfa3db..8bef1ae 100644 (file)
@@ -5,9 +5,6 @@
  * @image html label_inheritance_tree.png
  * @image latex label_inheritance_tree.eps
  *
- * @image html img/widget/label/preview-00.png
- * @image latex img/widget/label/preview-00.eps
- *
  * @brief Widget to display text, with simple html-like markup.
  *
  * The Label widget @b doesn't allow text to overflow its boundaries, if the
index 475ac1c..4321130 100644 (file)
@@ -5,9 +5,6 @@
  * @image html layout_inheritance_tree.png
  * @image latex layout_inheritance_tree.eps
  *
- * @image html img/widget/layout/preview-00.png
- * @image latex img/widget/layout/preview-00.eps width=\textwidth
- *
  * @image html img/layout-predefined.png
  * @image latex img/layout-predefined.eps width=\textwidth
  *
index 83bb09c..4374d83 100644 (file)
@@ -5,9 +5,6 @@
  * @image html list_inheritance_tree.png
  * @image latex list_inheritance_tree.eps
  *
- * @image html img/widget/list/preview-00.png
- * @image latex img/widget/list/preview-00.eps width=\textwidth
- *
  * @image html img/list.png
  * @image latex img/list.eps width=\textwidth
  *
index c6af210..865a982 100644 (file)
@@ -5,9 +5,6 @@
  * @image html map_inheritance_tree.png
  * @image latex map_inheritance_tree.eps
  *
- * @image html img/widget/map/preview-00.png
- * @image latex img/widget/map/preview-00.eps
- *
  * This is a widget specifically for displaying a map. It uses basically
  * OpenStreetMap provider http://www.openstreetmap.org/
  * but custom providers can be added.
index 2eed3a1..f7b140e 100644 (file)
@@ -5,9 +5,6 @@
  * @image html mapbuf_inheritance_tree.png
  * @image latex mapbuf_inheritance_tree.eps
  *
- * @image html img/widget/mapbuf/preview-00.png
- * @image latex img/widget/mapbuf/preview-00.eps width=\textwidth
- *
  * This holds one content object and uses an Evas Map of transformation
  * points to be later used with this content. So the content will be
  * moved as a single image. So it will improve performance
index bd4a5a3..61e454a 100644 (file)
@@ -5,9 +5,6 @@
  * @image html menu_inheritance_tree.png
  * @image latex menu_inheritance_tree.eps
  *
- * @image html img/widget/menu/preview-00.png
- * @image latex img/widget/menu/preview-00.eps
- *
  * A menu is a list of items displayed above its parent. When the menu is
  * showing its parent is darkened. Each item can have a sub-menu. The menu
  * object can be used to display a menu on a right click event, in a toolbar,
index 88a2c5c..834e919 100644 (file)
@@ -5,9 +5,6 @@
  * @image html notify_inheritance_tree.png
  * @image latex notify_inheritance_tree.eps
  *
- * @image html img/widget/notify/preview-00.png
- * @image latex img/widget/notify/preview-00.eps
- *
  * Display a container in a particular region of the parent(top, bottom,
  * etc).  A timeout can be set to automatically hide the notify. This is so
  * that, after an evas_object_show() on a notify object, if a timeout was set
index 5dbdcbd..df594a2 100644 (file)
@@ -5,9 +5,6 @@
  * @image html panel_inheritance_tree.png
  * @image latex panel_inheritance_tree.eps
  *
- * @image html img/widget/panel/preview-00.png
- * @image latex img/widget/panel/preview-00.eps
- *
  * @brief A panel is an animated side-panel that contains a
  * sub-object. It can be expanded or contracted by clicking the
  * button on its edge.
index fb510b7..a2a8cbd 100644 (file)
@@ -5,9 +5,6 @@
  * @image html panes_inheritance_tree.png
  * @image latex panes_inheritance_tree.eps
  *
- * @image html img/widget/panes/preview-00.png
- * @image latex img/widget/panes/preview-00.eps width=\textwidth
- *
  * @image html img/panes.png
  * @image latex img/panes.eps width=\textwidth
  *
index a1ad4fd..0d406c7 100644 (file)
@@ -5,9 +5,6 @@
  * @image html photocam_inheritance_tree.png
  * @image latex photocam_inheritance_tree.eps
  *
- * @image html img/widget/photocam/preview-00.png
- * @image latex img/widget/photocam/preview-00.eps
- *
  * Photocam is a widget meant specifically for displaying
  * high-resolution digital camera photos, giving speedy feedback (fast
  * load), zooming and panning as well as fitting logic, all with low
index 83fdaa2..940cc2d 100644 (file)
@@ -8,9 +8,6 @@
  *
  * @section elm-prefs-widget Prefs
  *
- * @image html img/widget/prefs/preview-00.png
- * @image latex img/widget/prefs/preview-00.eps width=\textwidth
- *
  * @image html prefs_inheritance_tree.png
  * @image latex prefs_inheritance_tree.eps
  *
index e3edae0..bb7dd82 100644 (file)
@@ -5,9 +5,6 @@
  * @image html radio_inheritance_tree.png
  * @image latex radio_inheritance_tree.eps
  *
- * @image html img/widget/radio/preview-00.png
- * @image latex img/widget/radio/preview-00.eps
- *
  * @brief Radio is a widget that allows for 1 or more options to be displayed
  * and have the user choose only 1 of them.
  *
index 53dcf98..55e3b53 100644 (file)
@@ -12,9 +12,6 @@
 #error "do not include this"
 
 /**
- * @image html img/widget/toggle/preview-00.png
- * @image latex img/widget/toggle/preview-00.eps
- *
  * @brief A toggle is a slider which can be used to toggle between
  * two values.  It has two states: on and off.
  *
index 1ad286b..01d52a2 100644 (file)
@@ -5,9 +5,6 @@
  * @image html segment_control_inheritance_tree.png
  * @image latex segment_control_inheritance_tree.eps
  *
- * @image html img/widget/segment_control/preview-00.png
- * @image latex img/widget/segment_control/preview-00.eps width=\textwidth
- *
  * @image html img/segment_control.png
  * @image latex img/segment_control.eps width=\textwidth
  *
index edcc03b..6affb5a 100644 (file)
@@ -5,9 +5,6 @@
  * @image html slider_inheritance_tree.png
  * @image latex slider_inheritance_tree.eps
  *
- * @image html img/widget/slider/preview-00.png
- * @image latex img/widget/slider/preview-00.eps width=\textwidth
- *
  * The slider adds a draggable “slider” widget for selecting the value of
  * something within a range.
  *
index 70954db..13893ac 100644 (file)
@@ -5,9 +5,6 @@
  * @image html slideshow_inheritance_tree.png
  * @image latex slideshow_inheritance_tree.eps
  *
- * @image html img/widget/slideshow/preview-00.png
- * @image latex img/widget/slideshow/preview-00.eps
- *
  * This widget, as the name indicates, is a pre-made image
  * slideshow panel, with API functions acting on (child) image
  * items presentation. Between those actions, are:
index 36433c3..95243a3 100644 (file)
@@ -5,9 +5,6 @@
  * @image html spinner_inheritance_tree.png
  * @image latex spinner_inheritance_tree.eps
  *
- * @image html img/widget/spinner/preview-00.png
- * @image latex img/widget/spinner/preview-00.eps
- *
  * A spinner is a widget which allows the user to increase or decrease
  * numeric values using arrow buttons, or edit values directly, clicking
  * over it and typing the new value.
index f2b1ef3..6be5221 100644 (file)
@@ -5,9 +5,6 @@
  * @image html thumb_inheritance_tree.png
  * @image latex thumb_inheritance_tree.eps
  *
- * @image html img/widget/thumb/preview-00.png
- * @image latex img/widget/thumb/preview-00.eps
- *
  * A thumbnail object is used for displaying the thumbnail of an image
  * or video. You must have compiled Elementary with @c Ethumb_Client
  * support. Also, Ethumb's DBus service must be present and
index e53ed2f..45d90bc 100644 (file)
@@ -5,9 +5,6 @@
  * @image html toolbar_inheritance_tree.png
  * @image latex toolbar_inheritance_tree.eps
  *
- * @image html img/widget/toolbar/preview-00.png
- * @image latex img/widget/toolbar/preview-00.eps width=\textwidth
- *
  * @image html img/toolbar.png
  * @image latex img/toolbar.eps width=\textwidth
  *
index 3ec5e9a..e303974 100644 (file)
@@ -5,9 +5,6 @@
  * @image html web_inheritance_tree.png
  * @image latex web_inheritance_tree.eps
  *
- * @image html img/widget/web/preview-00.png
- * @image latex img/widget/web/preview-00.eps
- *
  * A web widget is used for displaying web pages (HTML/CSS/JS)
  * using WebKit-EFL. You must have compiled Elementary with
  * ewebkit support.
index 1239859..3384bf6 100644 (file)
@@ -5,9 +5,6 @@
  * @image html win_inheritance_tree.png
  * @image latex win_inheritance_tree.eps
  *
- * @image html img/widget/win/preview-00.png
- * @image latex img/widget/win/preview-00.eps
- *
  * The window class of Elementary. Contains functions to manipulate
  * windows. The Evas engine used to render the window contents is specified
  * in the system or user elementary config files (whichever is found last),