From: uid697 Date: Mon, 19 Oct 2009 03:29:48 +0000 (+0000) Subject: NOBUG: Testing the new CVS server by updating a few comments X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=babb3911200c45dba0cc767e7ce79125578bfce8;p=moodle.git NOBUG: Testing the new CVS server by updating a few comments --- diff --git a/lib/navigationlib.php b/lib/navigationlib.php index 868ad57c3f..558bb19865 100644 --- a/lib/navigationlib.php +++ b/lib/navigationlib.php @@ -46,6 +46,7 @@ define('NAVIGATION_CACHE_NAME', 'navigation'); * the node then becomes a branch. * * @package moodlecore + * @subpackage navigation * @copyright 2009 Sam Hemelryk * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -813,6 +814,7 @@ class navigation_node { * * * @package moodlecore + * @subpackage navigation * @copyright 2009 Sam Hemelryk * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -1709,6 +1711,7 @@ class global_navigation extends navigation_node { * which of course will speed up the response time.. because no one likes laggy AJAX. * * @package moodlecore + * @subpackage navigation * @copyright 2009 Sam Hemelryk * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -2016,6 +2019,7 @@ class limited_global_navigation extends global_navigation { * object held by PAGE * * @package moodlecore + * @subpackage navigation * @copyright 2009 Sam Hemelryk * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -2238,6 +2242,7 @@ class navbar extends navigation_node { * and was created initially for use with the settings blocks. * * @package moodlecore + * @subpackage navigation * @copyright 2009 Sam Hemelryk * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -3167,6 +3172,7 @@ class settings_navigation extends navigation_node { * Simple class used to output a navigation branch in XML * * @package moodlecore + * @subpackage navigation * @copyright 2009 Sam Hemelryk * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -3289,6 +3295,7 @@ class navigation_xml { * * * @package moodlecore + * @subpackage navigation * @copyright 2009 Sam Hemelryk * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -3410,7 +3417,7 @@ class navigation_cache { return false; } /** - * Whipes the entire cache, good to force regeneration + * Wipes the entire cache, good to force regeneration */ public function clear() { $this->session = array();