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
This commit is contained in:
Normann Lou 2009-01-13 02:18:26 +00:00 committed by Sam Minnee
parent 8e940c3f7c
commit f46517fe19

View File

@ -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) {