From: tokul Date: Fri, 11 Mar 2005 13:20:52 +0000 (+0000) Subject: example works when path is set in phpdoc config X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=ab4db31d1fc651b3d2b1c8d87553283392e258d8;ds=sidebyside example works when path is set in phpdoc config git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8985 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/translate/config_default.php b/plugins/translate/config_default.php index 52122dc4..5a8d49a6 100644 --- a/plugins/translate/config_default.php +++ b/plugins/translate/config_default.php @@ -103,7 +103,7 @@ $disable_compose_translate=true; * If you enable custom translation engines, you must include * translate_form_custom(), translate_custom_showtrad() and * $translate_custom_showoption() functions in your config. - * See example in config_sample.php + * @example plugins/translate/config_sample.php * @global bool $translate_custom_enabled */ global $translate_custom_enabled;