Yet more doc tweaks:
[lhc/web/wiklou.git] / includes / api / ApiQueryBacklinks.php
index a799c7d..677ead4 100644 (file)
@@ -1,6 +1,5 @@
 <?php
 
-
 /*
  * Created on Oct 16, 2006
  *
@@ -29,6 +28,9 @@ if (!defined('MEDIAWIKI')) {
        require_once ("ApiQueryBase.php");
 }
 
+/**
+ * @addtogroup API
+ */
 class ApiQueryBacklinks extends ApiQueryGeneratorBase {
 
        private $rootTitle, $contRedirs, $contLevel, $contTitle, $contID;
@@ -355,4 +357,4 @@ class ApiQueryBacklinks extends ApiQueryGeneratorBase {
                return __CLASS__ . ': $Id$';
        }
 }
-?>
\ No newline at end of file
+?>