fix style of some doc
This commit is contained in:
parent
1f738d8c9f
commit
8712754f8c
|
@ -14,9 +14,9 @@ class OC_Calendar_Export{
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @brief export a calendar or an event
|
* @brief export a calendar or an event
|
||||||
* @param (int) $id - id of calendar / event
|
* @param integer $id id of calendar / event
|
||||||
* @param (const) $type - use OC_Calendar_Export constants
|
* @param string $type use OC_Calendar_Export constants
|
||||||
* @return (string)
|
* @return string
|
||||||
*/
|
*/
|
||||||
public static function export($id, $type){
|
public static function export($id, $type){
|
||||||
if($type == self::EVENT){
|
if($type == self::EVENT){
|
||||||
|
@ -30,8 +30,8 @@ class OC_Calendar_Export{
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @brief export a calendar and convert all times to UTC
|
* @brief export a calendar and convert all times to UTC
|
||||||
* @param (int) $id - id of the calendar
|
* @param integer $id id of the calendar
|
||||||
* @return (string)
|
* @return string
|
||||||
*/
|
*/
|
||||||
private static function calendar($id){
|
private static function calendar($id){
|
||||||
$events = OC_Calendar_Object::all($id);
|
$events = OC_Calendar_Object::all($id);
|
||||||
|
|
Loading…
Reference in New Issue