diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-07-01 00:31:05 +0200 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-07-01 00:31:05 +0200 |
commit | be11f71d27e704a2d3cc4958e1dda66441659390 (patch) | |
tree | 70ce5284c013c283b03a0f73d6c0c5c19ba217dd /apps/calendar | |
parent | 601237a0c3056156e272598b853827f615be86a4 (diff) | |
download | nextcloud-server-be11f71d27e704a2d3cc4958e1dda66441659390.tar.gz nextcloud-server-be11f71d27e704a2d3cc4958e1dda66441659390.zip |
fix doc for OC_Calendar_Calendar::generateTextColor()
Diffstat (limited to 'apps/calendar')
-rw-r--r-- | apps/calendar/lib/calendar.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/calendar/lib/calendar.php b/apps/calendar/lib/calendar.php index c8527405964..6cac99ba489 100644 --- a/apps/calendar/lib/calendar.php +++ b/apps/calendar/lib/calendar.php @@ -290,7 +290,8 @@ class OC_Calendar_Calendar{ /* * @brief generates the text color for the calendar - * @param integer $calendarname + * @param string $calendarcolor rgb calendar color code in hex format (with or without the leading #) + * (this function doesn't pay attention on the alpha value of rgba color codes) * @return boolean */ public static function generateTextColor($calendarcolor){ |