fix doc for OC_Calendar_Calendar::generateTextColor()

This commit is contained in:
Georg Ehrke 2012-07-01 00:31:05 +02:00
parent 601237a0c3
commit be11f71d27
1 changed files with 2 additions and 1 deletions

View File

@ -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){