pure comments shouldn't use doxygen style

This commit is contained in:
rabuzarus 2017-11-09 19:37:05 +01:00
parent 1474751f23
commit 10f385efc4
1 changed files with 2 additions and 2 deletions

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)