Fix the doxygen for frequency of recurrence
authorhs321.lee <hs321.lee@samsung.com>
Tue, 17 Sep 2013 05:54:58 +0000 (14:54 +0900)
committerhs321.lee <hs321.lee@samsung.com>
Tue, 17 Sep 2013 05:56:14 +0000 (14:56 +0900)
Change-Id: I16a713e76988a508e2ac66db44e47f8059fbb619
Signed-off-by: hs321.lee <hs321.lee@samsung.com>
src/inc/FScl_RecurrenceImpl.h

index dbf6f47..18ab8a4 100644 (file)
@@ -199,8 +199,8 @@ public:
         * Set a recurring frequency type among specific types (daily, weekly, monthly, and yearly). @n
         * This property should be set before setting the day of recurrence. After setting the frequency, other properties are reset to default values. @n
         * For weekly, the day of week must be set. @n
-        * For monthly, the day of the week and the week of the month must be set. @n
-        * For yearly, either the day of the month and the month of the year, or the day of the week, the week of the month, and the month of the year must be set.
+        * For monthly, either the day of the month or the day of the week and the week of the month must be set. @n
+        * For yearly, either the day of the month and the month of the year or the day of the week, the week of the month, and the month of the year must be set.
         *
         * @since       2.0
         *