Elementary: adding mirroring functions to mirroring
authorgastal <gastal@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 10 Aug 2011 19:56:17 +0000 (19:56 +0000)
committergastal <gastal@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 10 Aug 2011 19:56:17 +0000 (19:56 +0000)
 group.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62312 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_main.c

index 4c3711f..b2ccb89 100644 (file)
@@ -888,6 +888,8 @@ elm_policy_get(unsigned int policy)
  * and manual means only explicit changes will matter. You are not supposed to
  * change mirroring state of a widget set to automatic, will mostly work, but
  * the behavior is not really defined.
+ *
+ * @{
  */
 
 /**
@@ -945,6 +947,10 @@ elm_object_mirrored_automatic_set(Evas_Object *obj, Eina_Bool automatic)
    elm_widget_mirrored_automatic_set(obj, automatic);
 }
 
+/**
+ * @}
+ */
+
 EAPI void
 elm_object_scale_set(Evas_Object *obj,
                      double       scale)