phpdoc should ignore these three functions
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 10 May 2004 09:54:33 +0000 (09:54 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 10 May 2004 09:54:33 +0000 (09:54 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7415 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/i18n.php

index f313fe8454667760257021a4fa9de9119e19fb65..5ca3f4c364afc8cd57067639f179340b8dc9c477 100644 (file)
@@ -602,16 +602,28 @@ elseif ($gettext_flags == 0) {
 } else {
     /* Uh-ho.  A weird install */
     if (! $gettext_flags & 1) {
+       /**
+        * Function is used as replacement in broken installs
+        * @ignore
+        */
         function _($str) {
             return $str;
         }
     }
     if (! $gettext_flags & 2) {
+       /**
+        * Function is used as replacement in broken installs
+        * @ignore
+        */
         function bindtextdomain() {
             return;
         }
     }
     if (! $gettext_flags & 4) {
+       /**
+        * Function is used as replacemet in broken installs
+        * @ignore
+        */
         function textdomain() {
             return;
         }