@desc tags are obsolete, but I was slow to read that memo...
authorNick Jenkins <nickj@users.mediawiki.org>
Wed, 11 Jul 2007 08:04:46 +0000 (08:04 +0000)
committerNick Jenkins <nickj@users.mediawiki.org>
Wed, 11 Jul 2007 08:04:46 +0000 (08:04 +0000)
maintenance/parserTests.inc

index b95dd52..03dab84 100644 (file)
@@ -603,7 +603,7 @@ class ParserTest {
        }
 
        /**
-        * @desc delete the specified files, if they exist.
+        * Delete the specified files, if they exist.
         * @param array $files full paths to files to delete.
         */
        private static function deleteFiles( $files ) {
@@ -615,7 +615,7 @@ class ParserTest {
        }
 
        /**
-        * @desc delete the specified directories, if they exist. Must be empty.
+        * Delete the specified directories, if they exist. Must be empty.
         * @param array $dirs full paths to directories to delete.
         */
        private static function deleteDirs( $dirs ) {