* Standardised file description headers
[lhc/web/wiklou.git] / includes / AutoLoader.php
index 0ec2b04..bc0e477 100644 (file)
@@ -1,9 +1,15 @@
 <?php
-/* This defines autoloading handler for whole MediaWiki framework */
-
-# Locations of core classes
-# Extension classes are specified with $wgAutoloadClasses
-# This array is a global instead of a static member of AutoLoader to work around a bug in APC
+/**
+ * This defines autoloading handler for whole MediaWiki framework
+ *
+ * @file
+ */
+
+/**
+ * Locations of core classes
+ * Extension classes are specified with $wgAutoloadClasses
+ * This array is a global instead of a static member of AutoLoader to work around a bug in APC
+ */
 global $wgAutoloadLocalClasses;
 
 $wgAutoloadLocalClasses = array(