* simplified file description header or load.php
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 4 Sep 2010 06:46:50 +0000 (06:46 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 4 Sep 2010 06:46:50 +0000 (06:46 +0000)
* and while I'm a it: svn:eol-style native (!)

load.php

index 9e18a5b..9affd3d 100644 (file)
--- a/load.php
+++ b/load.php
@@ -1,5 +1,7 @@
 <?php
 /**
+ * This file is the entry point for the resource loader.
+ *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  *
+ * @file
  * @author Roan Kattouw
  * @author Trevor Parscal
  *
  */
-
-/**
- * @file
- * This file is the entry point for the resource loader.
- */
  
 require ( dirname( __FILE__ ) . '/includes/WebStart.php' );
 wfProfileIn( 'load.php' );