Some protection move log cleanup (bug 15754)
[lhc/web/wiklou.git] / includes / AjaxResponse.php
index 791bfbb..63468a1 100644 (file)
@@ -1,11 +1,18 @@
 <?php
+/**
+ * @file
+ * @ingroup Ajax
+ */
+
 if( !defined( 'MEDIAWIKI' ) ) {
        die( 1 );
 }
 
 /**
- * @todo document
- * @addtogroup Ajax
+ * Handle responses for Ajax requests (send headers, print
+ * content, that sort of thing)
+ * 
+ * @ingroup Ajax
  */
 class AjaxResponse {
 
@@ -15,7 +22,7 @@ class AjaxResponse {
        /** HTTP header Content-Type */
        private $mContentType;
 
-       /** @todo document */
+       /** Disables output. Can be set by calling $AjaxResponse->disable() */
        private $mDisabled;
 
        /** Date for the HTTP header Last-modified */