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
commit 84e3cc6f9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)