Elementary: make calendar enum uniform to other widgets'
authorbdilly <bdilly@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 21 Jul 2011 22:03:43 +0000 (22:03 +0000)
committerbdilly <bdilly@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 21 Jul 2011 22:03:43 +0000 (22:03 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61573 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Elementary.h.in

index 1c1206e..5948c6d 100644 (file)
@@ -10711,6 +10711,9 @@ extern "C" {
     */
 
    /**
+    * @enum _Elm_Calendar_Mark_Repeat
+    * @typedef Elm_Calendar_Mark_Repeat
+    *
     * Event periodicity, used to define if a mark should be repeated
     * @b beyond event's day. It's set when a mark is added.
     *
@@ -10721,8 +10724,10 @@ extern "C" {
     * Values don't work as bitmaks, only one can be choosen.
     *
     * @see elm_calendar_mark_add()
+    *
+    * @ingroup Calendar
     */
-   typedef enum
+   typedef enum _Elm_Calendar_Mark_Repeat
      {
         ELM_CALENDAR_UNIQUE, /**< Default value. Marks will be displayed only on event day. */
         ELM_CALENDAR_DAILY, /**< Marks will be displayed everyday after event day (inclusive). */