Yet more doc tweaks:
[lhc/web/wiklou.git] / includes / api / ApiBase.php
index a29e336..a8b1939 100644 (file)
@@ -1,6 +1,5 @@
 <?php
 
-
 /*
  * Created on Sep 5, 2006
  *
@@ -26,6 +25,7 @@
 
 /**
  * @todo Document - e.g. Provide top-level description of this class.
+ * @addtogroup API
  */
 abstract class ApiBase {
 
@@ -533,4 +533,4 @@ abstract class ApiBase {
                return __CLASS__ . ': $Id$';
        }
 }
-?>
\ No newline at end of file
+?>