Fix comment blocks that start /* to /**
authorSam Reed <reedy@users.mediawiki.org>
Tue, 11 Oct 2011 18:30:50 +0000 (18:30 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Tue, 11 Oct 2011 18:30:50 +0000 (18:30 +0000)
commit90e74042b44e9305ae3e03548b5509a11c0c5c45
treee36479dc2a7a4a652d374477df855da3e438828e
parent1c79fd803db22e5c4c18fa1c58dd62b4fbbfc067
Fix comment blocks that start /* to /**
29 files changed:
includes/DefaultSettings.php
includes/Exception.php
includes/installer/DatabaseUpdater.php
languages/messages/MessagesLv.php
languages/messages/MessagesRu.php
languages/messages/MessagesUk.php
maintenance/fuzz-tester.php
maintenance/populateParentId.php
maintenance/populateRevisionLength.php
tests/phpunit/includes/GlobalFunctions/wfExpandUrlTest.php
tests/phpunit/includes/IPTest.php
tests/phpunit/includes/api/RandomImageGenerator.php
tests/phpunit/includes/media/JpegMetadataExtractorTest.php
tests/selenium/installer/MediaWikiButtonsAvailabilityTestCase.php
tests/selenium/installer/MediaWikiDifferentDatabaseAccountTestCase.php
tests/selenium/installer/MediaWikiDifferntDatabasePrefixTestCase.php
tests/selenium/installer/MediaWikiErrorsConnectToDatabasePageTestCase.php
tests/selenium/installer/MediaWikiErrorsNamepageTestCase.php
tests/selenium/installer/MediaWikiHelpFieldHintTestCase.php
tests/selenium/installer/MediaWikiInstallationConfig.php
tests/selenium/installer/MediaWikiMySQLDataBaseTestCase.php
tests/selenium/installer/MediaWikiMySQLiteDataBaseTestCase.php
tests/selenium/installer/MediaWikiOnAlreadyInstalledTestCase.php
tests/selenium/installer/MediaWikiRestartInstallationTestCase.php
tests/selenium/installer/MediaWikiRightFrameworkLinksTestCase.php
tests/selenium/installer/MediaWikiUpgradeExistingDatabaseTestCase.php
tests/selenium/installer/MediaWikiUserInterfaceTestCase.php
tests/selenium/suites/MediawikiCoreSmokeTestSuite.php
tests/selenium/suites/SimpleSeleniumTestSuite.php