Split files and classes in different packages for phpdocumentor. I probably changed...
[lhc/web/wiklou.git] / includes / Namespace.php
index 81c4a49..43f0d78 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 /**
  * Provide things related to namespaces
+ * @package MediaWiki
  */
  
 /**
@@ -45,7 +46,9 @@ if(isset($wgExtraNamespaces)) {
  *
  * These are synonyms for the names given in the language file
  * Users and translators should not change them
-*/
+ *
+ * @package MediaWiki
+ */
 class Namespace {
 
        /**#@+