doc: removed @ from @since if it needs to be inlined the documentation.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Wed, 13 Aug 2014 15:42:43 +0000 (00:42 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Wed, 13 Aug 2014 15:42:43 +0000 (00:42 +0900)
src/lib/elc_ctxpopup.h
src/lib/elc_fileselector_entry.h
src/lib/elc_multibuttonentry.h
src/lib/elc_popup.h
src/lib/elm_conform.h
src/lib/elm_entry.h
src/lib/elm_panel.h
src/lib/elm_toolbar.h

index b204b7b97b6257d9d0de9b6428c73f7c361023ac..e6ac3e573f7b5c192ad5235af39147a53c6991a5 100644 (file)
@@ -19,8 +19,7 @@
  * number of items (hence the use of list, not genlist).
  *
  * This widget inherits from the Layout one, so that all the
- * functions acting on it also work for context popup objects
- * (@since 1.8).
+ * functions acting on it also work for context popup objects (since 1.8).
  *
  * This widget emits the following signals, besides the ones sent from
  * @ref Layout:
index c6abdd12e25ff4d013595bd728ad1fa05b46c0be..ffd1a2401b0a2f58bd6fbc7264d277e3eb6f0153 100644 (file)
@@ -21,8 +21,7 @@
  * a smart event and as the new text on the entry.
  *
  * This widget inherits from the @ref Layout one, so that all the
- * functions acting on it also work for file selector entry objects
- * (@since 1.8).
+ * functions acting on it also work for file selector entry objects (since 1.8).
  *
  * This widget encapsulates operations on its internal file
  * selector on its own API. There is less control over its file
index 73a125d6706bfec6998b95166e3f8b5976a72466..32b590de60ee6fd2a2af29b9e5a93023acd665a8 100644 (file)
@@ -18,8 +18,7 @@
  * that can be clicked for further actions.
  *
  * This widget inherits from the @ref Layout one, so that all the
- * functions acting on it also work for multi-button entry objects
- * (@since 1.8).
+ * functions acting on it also work for multi-button entry objects (since 1.8).
  *
  * This widget emits the following signals, besides the ones sent from
  * @ref Layout:
index 688c66e7995b84322a59d73f3db29cade0e4ee8b..d2cf0a26f1738ca1389fc707452f12ca7cd6912e 100644 (file)
@@ -69,7 +69,7 @@
  * and buttons of popup.
  *
  * This widget inherits from the @ref Layout one, so that all the
- * functions acting on it also work for popup objects (@since 1.8).
+ * functions acting on it also work for popup objects (since 1.8).
  *
  * This widget emits the following signals, besides the ones sent from
  * @ref Layout:
index 873a4b0e8341248616adb97e25b3ccf413c6d8cc..e61c9f1a598721272a097e097ef58601cdf85b79 100644 (file)
  * This widget emits the following signals, besides the ones sent from
  * @ref Layout:
  * @li "virtualkeypad,state,on": if virtualkeypad state is switched to "on".
- * (@since 1.8)
+ * (since 1.8)
  * @li "virtualkeypad,state,off": if virtualkeypad state is switched to "off".
- * (@since 1.8)
+ * (since 1.8)
  * @li "clipboard,state,on": if clipboard state is switched to "on".
- * (@since 1.8)
+ * (since 1.8)
  * @li "clipboard,state,off": if clipboard state is switched to "off".
- * (@since 1.8)
+ * (since 1.8)
  * In all cases, the @c event parameter of the callback will be
  * @c NULL.
  *
index a85e8407594b519116dcf1bb37b1eebb11f25448..1b0e657eef12ddf729502b20e061ee9ab2901142 100644 (file)
  * formatted markup text.
  *
  * This widget inherits from the @ref Layout one, so that all the
- * functions acting on it also work for entry objects (@since 1.8).
+ * functions acting on it also work for entry objects (since 1.8).
  *
  * This widget implements the @b @ref elm-scrollable-interface
  * interface, so that all (non-deprecated) functions for the base
- * @ref Scroller widget also work for entries (@since 1.8).
+ * @ref Scroller widget also work for entries (since 1.8).
  *
  * Some calls on the entry's API are marked as @b deprecated, as they
  * just wrap the scrollable widgets counterpart functions. Use the
index ebbe92eacf59485651b7abf9ccde47ee0b22a484..908983001a8da6c4dfedf7048d605529c02029ef 100644 (file)
@@ -19,7 +19,7 @@
  * @li @c ELM_PANEL_ORIENT_BOTTOM
  *
  * This widget inherits from the @ref Layout one, so that all the
- * functions acting on it also work for panel objects (@since 1.8).
+ * functions acting on it also work for panel objects (since 1.8).
  *
  * This widget emits the following signals, besides the ones sent from
  * @ref Layout:
index 042d7950c0eb537756f158463543efab989ff4cc..dd19f027f3b93cb3e5ee5c2d7d0b9c6590f2574d 100644 (file)
@@ -21,7 +21,7 @@
  *
  * This widget implements the @b @ref elm-scrollable-interface
  * interface, so that all (non-deprecated) functions for the base
- * @ref Scroller widget also work for toolbars (@since 1.8)
+ * @ref Scroller widget also work for toolbars (since 1.8)
  *
  * Smart callbacks one can listen to:
  * - @c "clicked" - when the user clicks on a toolbar item and becomes