Merge pull request #3891 from rabuzarus/20171109_-_small_style_docu_corrections

pure comments shouldn't use doxygen style
This commit is contained in:
Hypolite Petovan
2017-11-09 13:52:13 -05:00
committed by GitHub

View File

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