]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blobdiff - includes/media/GIFMetadataExtractor.php
MediaWiki 1.17.0
[autoinstalls/mediawiki.git] / includes / media / GIFMetadataExtractor.php
index fac9012b507ad4354d0521969fa84e6c5d9b0d8e..bc1a4804aac1fae7b5d92b95395510a9a09f0031 100644 (file)
@@ -1,12 +1,21 @@
 <?php
 /**
-  * GIF frame counter.
-  * Originally written in Perl by Steve Sanbeg.
-  * Ported to PHP by Andrew Garrett
-  * Deliberately not using MWExceptions to avoid external dependencies, encouraging
-  * redistribution.
-  */
+ * GIF frame counter.
+ *
+ * Originally written in Perl by Steve Sanbeg.
+ * Ported to PHP by Andrew Garrett
+ * Deliberately not using MWExceptions to avoid external dependencies, encouraging
+ * redistribution.
+ *
+ * @file
+ * @ingroup Media
+ */
 
+/**
+ * GIF frame counter.
+ *
+ * @ingroup Media
+ */
 class GIFMetadataExtractor {
        static $gif_frame_sep;
        static $gif_extension_sep;