Update calendar doxygen
authorHokwon Song <hokwon.song@samsung.com>
Wed, 20 Mar 2013 05:30:43 +0000 (14:30 +0900)
committerHokwon Song <hokwon.song@samsung.com>
Wed, 20 Mar 2013 05:30:43 +0000 (14:30 +0900)
Change-Id: Iff42b20efca5dcef734f845eb269d506031182a3
Signed-off-by: Hokwon Song <hokwon.song@samsung.com>
inc/FLclCalendar.h
inc/FLclGregorianCalendar.h

index 14b09c6..d896a02 100644 (file)
@@ -1088,18 +1088,18 @@ public:
        static const long long ONE_WEEK_IN_MILLISEC = 7 * ONE_DAY_IN_MILLISEC;
 
 protected:
-       /**
+       /*
         * The field values for the currently set time for this calendar.
         */
        int _timeFields[TIME_FIELD_FIELD_COUNT];
 
-       /**
+       /*
         * Pseudo-time-stamps which specify when each field is set.
         * There are two special values - UNSET and INTERNALLY_SET.
         */
        int _stamp[TIME_FIELD_FIELD_COUNT];
 
-       /**
+       /*
         * The flags which tell if a specified time field for the calendar is set.
         */
        bool _isSet[TIME_FIELD_FIELD_COUNT];
index 9c3ca2d..54c2e87 100644 (file)
@@ -371,7 +371,7 @@ public:
        bool IsLeapYear(int year) const;
 
 
-       /**
+       /*
         * Sets the Gregorian Calendar change date. @n
         * This is the point when the switch from Julian dates to Gregorian dates occurred.
         * Default is 00:00:00 local time, Oct 15, 1582. Previous to this, dates are in the Julian calendar.
@@ -440,7 +440,7 @@ public:
        int GetCutoverJulianDay(void) const;
 
 
-       /**
+       /*
         * Checks whether the current calendar is a Gregorian calendar or not.
         *
         * @since                       2.0