doxygen docs: Fix some more Illegal commands
authorXavi Artigas <xavierartigas@yahoo.es>
Thu, 12 Mar 2020 10:12:29 +0000 (11:12 +0100)
committerJongmin Lee <jm105.lee@samsung.com>
Fri, 13 Mar 2020 00:18:36 +0000 (09:18 +0900)
Who thought that Italic Links was a good idea?
Anyway, Doxygen does not like them.

src/lib/elementary/elm_diskselector.h
src/lib/elementary/elm_entry.h
src/lib/elementary/elm_gengrid.h
src/lib/elementary/elm_genlist.h
src/lib/elementary/elm_list.h
src/lib/elementary/elm_map.h
src/lib/elementary/elm_photocam.h
src/lib/elementary/elm_toolbar.h

index a6b40fb..c841826 100644 (file)
@@ -15,7 +15,7 @@
  * It can act like a circular list with round mode and labels can be
  * reduced for a defined length for side items.
  *
- * This widget implements the @b @ref elm-scrollable-interface
+ * This widget implements the @ref elm-scrollable-interface
  * interface, so that all (non-deprecated) functions for the base @ref
  * Scroller widget also work for diskselectors.
  *
index ba41964..3e187b9 100644 (file)
@@ -30,7 +30,7 @@
  * This widget inherits from the @ref Elm_Layout one, so that all the
  * functions acting on it also work for entry objects (since 1.8).
  *
- * This widget implements the @b @ref elm-scrollable-interface
+ * This widget implements the @ref elm-scrollable-interface
  * interface, so that all (non-deprecated) functions for the base
  * @ref Elm_Scroller widget also work for entries (since 1.8).
  *
index 9485b77..0e781fa 100644 (file)
@@ -19,7 +19,7 @@
  * This widget inherits from the @ref Layout one, so that all the
  * functions acting on it also work for gengrid objects.
  *
- * This widget implements the @b @ref elm-scrollable-interface
+ * This widget implements the @ref elm-scrollable-interface
  * interface, so that all (non-deprecated) functions for the base @ref
  * Scroller widget also work for gengrids.
  *
index e060a68..8a1691c 100644 (file)
@@ -22,7 +22,7 @@
  * This widget inherits from the @ref Layout one, so that all the
  * functions acting on it also work for genlist objects.
  *
- * This widget implements the @b @ref elm-scrollable-interface
+ * This widget implements the @ref elm-scrollable-interface
  * interface, so that all (non-deprecated) functions for the base @ref
  * Scroller widget also work for genlists.
  *
index 72f5a10..07147b4 100644 (file)
@@ -75,7 +75,7 @@
  * @li @ref elm_object_item_del
  * @li @ref elm_object_item_signal_emit
  *
- * This widget implements the @b @ref elm-scrollable-interface
+ * This widget implements the @ref elm-scrollable-interface
  * interface, so that all (non-deprecated) functions for the base @ref
  * Scroller widget also work for lists.
  *
index 4004c9d..c6af210 100644 (file)
@@ -18,7 +18,7 @@
  * @li group of markers and
  * @li routes.
  *
- * This widget implements the @b @ref elm-scrollable-interface
+ * This widget implements the @ref elm-scrollable-interface
  * interface, so that all (non-deprecated) functions for the base @ref
  * Scroller widget also work for map objects.
  *
index 7286366..a1ad4fd 100644 (file)
@@ -42,7 +42,7 @@
  * @li @c "focused" - When the photocam has received focus. (since 1.8)
  * @li @c "unfocused" - When the photocam has lost focus. (since 1.8)
  *
- * This widget implements the @b @ref elm-scrollable-interface
+ * This widget implements the @ref elm-scrollable-interface
  * interface, so that all (non-deprecated) functions for the base @ref
  * Scroller widget also work for photocam objects.
  *
index b6fc097..e53ed2f 100644 (file)
@@ -19,7 +19,7 @@
  *
  * Items can have multiple states, or show menus when selected by the user.
  *
- * This widget implements the @b @ref elm-scrollable-interface
+ * This widget implements the @ref elm-scrollable-interface
  * interface, so that all (non-deprecated) functions for the base
  * @ref Scroller widget also work for toolbars (since 1.8)
  *