From 793ee86a81a9465cb8d942e92f1cc12e9d15b834 Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 10 May 2004 09:54:33 +0000 Subject: [PATCH] phpdoc should ignore these three functions git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7415 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/i18n.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/functions/i18n.php b/functions/i18n.php index f313fe84..5ca3f4c3 100644 --- a/functions/i18n.php +++ b/functions/i18n.php @@ -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; } -- 2.25.1