From f46517fe1973e5543dcf4ec830f9bc07b3f1dcc6 Mon Sep 17 00:00:00 2001 From: Normann Lou Date: Tue, 13 Jan 2009 02:18:26 +0000 Subject: [PATCH] MINOR: fix on-line documentation syntax so that phpDocumentor can creating automatically the API doc git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@70048 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- core/Requirements.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Requirements.php b/core/Requirements.php index e3408ac4e..b6291866e 100644 --- a/core/Requirements.php +++ b/core/Requirements.php @@ -246,7 +246,7 @@ class Requirements { * Set whether you want to write the JS to the body of the page or * in the head section * - * @see {@link Requirements_Backend::set_write_js_to_body()} + * @see Requirements_Backend::set_write_js_to_body() * @param boolean */ static function set_write_js_to_body($var) {