From: tjhunt Date: Wed, 17 Jun 2009 05:34:10 +0000 (+0000) Subject: Javadoc comment syntax. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8a0cb3a16d4fd2f664904c2e358022f7cfb6ca81;p=moodle.git Javadoc comment syntax. --- diff --git a/lib/ajax/ajaxlib.php b/lib/ajax/ajaxlib.php index 2e8895fe36..725923970b 100644 --- a/lib/ajax/ajaxlib.php +++ b/lib/ajax/ajaxlib.php @@ -305,7 +305,7 @@ class page_requirements_manager { * This allows you to control when the link to the script is output by * calling methods like {@link required_data_for_js::asap()}, * {@link required_data_for_js::in_head()} or - * {@link required_data_for_js::at_top_of_body() methods. + * {@link required_data_for_js::at_top_of_body()} methods. */ public function data_for_js($variable, $data) { if (isset($this->variablesinitialised[$variable])) {