diff options
Diffstat (limited to 'apps/calendar/lib/calendar.php')
-rw-r--r-- | apps/calendar/lib/calendar.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/calendar/lib/calendar.php b/apps/calendar/lib/calendar.php index 5274397c763..128b55c48e9 100644 --- a/apps/calendar/lib/calendar.php +++ b/apps/calendar/lib/calendar.php @@ -5,7 +5,7 @@ * later. * See the COPYING-README file. */ -/* +/** * * The following SQL statement is just a help for developers and will not be * executed! @@ -201,7 +201,7 @@ class OC_Calendar_Calendar{ return true; } - /* + /** * @brief merges two calendars * @param integer $id1 * @param integer $id2 @@ -240,7 +240,7 @@ class OC_Calendar_Calendar{ return $userid; } - /* + /** * @brief returns the possible color for calendars * @return array */ @@ -257,7 +257,7 @@ class OC_Calendar_Calendar{ ); } - /* + /** * @brief generates the Event Source Info for our JS * @param array $calendar calendar data * @return array |