* Follow-up for r50691, add \n to be safe in case there is line-start sensitive markup
[lhc/web/wiklou.git] / maintenance / renderDump.php
index f8b97e7..9779779 100644 (file)
@@ -24,7 +24,8 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  *
- * @addtogroup Maintenance
+ * @file
+ * @ingroup Maintenance
  */
 
 $optionsWithArgs = array( 'report' );
@@ -98,4 +99,4 @@ if( isset( $options['output-dir'] ) ) {
 $render = new DumpRenderer( $dir );
 $render->run();
 
-?>
+