]> git.mxchange.org Git - friendica.git/commitdiff
pure comments shouldn't use doxygen style
authorrabuzarus <>
Thu, 9 Nov 2017 18:37:05 +0000 (19:37 +0100)
committerrabuzarus <>
Thu, 9 Nov 2017 18:37:05 +0000 (19:37 +0100)
include/identity.php

index 8000d5f247622cf1d8ae8a92d630f477f71e738d..727073ea679e0dce4106dad5d1cee631d2cd502a 100644 (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)