Edje: Fixed the docs of mirrored mode to include starting version.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 2 Feb 2011 09:03:43 +0000 (09:03 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 2 Feb 2011 09:03:43 +0000 (09:03 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@56647 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_util.c

index c7aea06..36f8570 100644 (file)
@@ -268,8 +268,8 @@ edje_object_scale_get(const Evas_Object *obj)
  *
  * @param obj the smart object
  * @return if flag is set or not.
- *
- **/
+ * @since 1.1.0
+ */
 EAPI Eina_Bool
 edje_object_mirrored_get(const Evas_Object *obj)
 {
@@ -295,8 +295,8 @@ _edje_object_orientation_inform(Evas_Object *obj)
  *
  * @param obj the smart object
  * @rtl new value of flag EINA_TRUE/EINA_FALSE
- *
- **/
+ * @since 1.1.0
+ */
 EAPI void
 edje_object_mirrored_set(Evas_Object *obj, Eina_Bool rtl)
 {