Merge pull request #3891 from rabuzarus/20171109_-_small_style_docu_corrections
pure comments shouldn't use doxygen style
This commit is contained in:
commit
84e3cc6f9a
|
@ -489,7 +489,7 @@ function get_birthdays()
|
|||
return $o;
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
* $mobile_detect = new Mobile_Detect();
|
||||
* $is_mobile = $mobile_detect->isMobile() || $mobile_detect->isTablet();
|
||||
* if ($is_mobile)
|
||||
|
@ -587,7 +587,7 @@ function get_events()
|
|||
return $o;
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
* $mobile_detect = new Mobile_Detect();
|
||||
* $is_mobile = $mobile_detect->isMobile() || $mobile_detect->isTablet();
|
||||
* if ($is_mobile)
|
||||
|
|
Loading…
Reference in New Issue
Block a user