More Doxygen alias fixes; these aliases should be consistent enough to use all over...
[lhc/web/wiklou.git] / includes / Licenses.php
index f4586ae..e76ac23 100644 (file)
@@ -1,8 +1,8 @@
 <?php
 /**
  * A License class for use on Special:Upload
- * 
- * @addtogroup SpecialPage
+ *
+ * @ingroup SpecialPage
  *
  * @author Ævar Arnfjörð Bjarmason <avarab@gmail.com>
  * @copyright Copyright © 2005, Ævar Arnfjörð Bjarmason
@@ -172,4 +172,3 @@ class License {
                $this->text = strrev( $text );
        }
 }
-?>