From: rabuzarus <> Date: Thu, 9 Nov 2017 18:37:05 +0000 (+0100) Subject: pure comments shouldn't use doxygen style X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=10f385efc4506f26a531a19967c06b584893f1bb;p=friendica.git pure comments shouldn't use doxygen style --- diff --git a/include/identity.php b/include/identity.php index 8000d5f247..727073ea67 100644 --- a/include/identity.php +++ b/include/identity.php @@ -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)