Fix some doxygen stuff.
authorChad Horohoe <demon@users.mediawiki.org>
Fri, 19 Sep 2008 00:21:03 +0000 (00:21 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Fri, 19 Sep 2008 00:21:03 +0000 (00:21 +0000)
includes/HttpFunctions.php
includes/api/ApiPatrol.php
includes/api/ApiPurge.php

index c055d2e..e690ea9 100644 (file)
@@ -1,6 +1,8 @@
 <?php
 
 /**
+ * @defgroup HTTP HTTP
+ * 
  * Various HTTP related functions
  * @ingroup HTTP
  */
index 1da02f1..5e11ddf 100644 (file)
@@ -27,6 +27,10 @@ if (!defined('MEDIAWIKI')) {
        require_once ('ApiBase.php');
 }
 
+/**
+ * Allows user to patrol pages
+ * @ingroup API
+ */
 class ApiPatrol extends ApiBase {
 
        public function __construct($main, $action) {
index 96df1ad..a0c0808 100644 (file)
@@ -27,6 +27,10 @@ if (!defined('MEDIAWIKI')) {
        require_once ('ApiBase.php');
 }
 
+/**
+ * API interface for page purging
+ * @ingroup API
+ */
 class ApiPurge extends ApiBase {
 
        public function __construct($main, $action) {