Parent5446 has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/53182


Change subject: Fixed @param tags to conform with Doxygen format.
......................................................................

Fixed @param tags to conform with Doxygen format.

Doxygen expects parameter types to come before the
parameter name in @param tags. Used a quick regex
to switch everything around where possible. This
only fixes cases where a primitve variable (or a
primitive followed by other types) is the variable
type. Other cases will need to be fixed manually.

Change-Id: Ic59fd20856eb0489d70f3469a56ebce0efb3db13
---
M includes/Action.php
M includes/Article.php
M includes/AuthPlugin.php
M includes/AutoLoader.php
M includes/Autopromote.php
M includes/Block.php
M includes/Category.php
M includes/CategoryPage.php
M includes/CategoryViewer.php
M includes/Categoryfinder.php
M includes/ChangeTags.php
M includes/ChangesFeed.php
M includes/ChangesList.php
M includes/Collation.php
M includes/ConfEditor.php
M includes/Cookie.php
M includes/CryptRand.php
M includes/DataUpdate.php
M includes/DeferredUpdates.php
M includes/EditPage.php
M includes/Exception.php
M includes/Export.php
M includes/ExternalEdit.php
M includes/ExternalUser.php
M includes/Fallback.php
M includes/Feed.php
M includes/FeedUtils.php
M includes/FileDeleteForm.php
M includes/FormOptions.php
M includes/GitInfo.php
M includes/GlobalFunctions.php
M includes/HTMLForm.php
M includes/HistoryBlob.php
M includes/Hooks.php
M includes/Html.php
M includes/HttpFunctions.php
M includes/IP.php
M includes/ImageGallery.php
M includes/ImagePage.php
M includes/Import.php
M includes/Init.php
M includes/Licenses.php
M includes/LinkFilter.php
M includes/Linker.php
M includes/LinksUpdate.php
M includes/Message.php
M includes/MessageBlobStore.php
M includes/MimeMagic.php
M includes/Namespace.php
M includes/OutputPage.php
M includes/PHPVersionError.php
M includes/Pager.php
M includes/PathRouter.php
M includes/Preferences.php
M includes/PrefixSearch.php
M includes/ProtectionForm.php
M includes/RecentChange.php
M includes/Revision.php
M includes/Sanitizer.php
M includes/SiteConfiguration.php
M includes/SiteStats.php
M includes/Skin.php
M includes/SkinTemplate.php
M includes/SpecialPage.php
M includes/SpecialPageFactory.php
M includes/Status.php
M includes/StreamFile.php
M includes/StringUtils.php
M includes/StubObject.php
M includes/Timestamp.php
M includes/Title.php
M includes/UIDGenerator.php
M includes/User.php
M includes/UserMailer.php
M includes/UserRightsProxy.php
M includes/WebRequest.php
M includes/WebResponse.php
M includes/WikiError.php
M includes/WikiMap.php
M includes/WikiPage.php
M includes/Xml.php
M includes/XmlTypeCheck.php
M includes/ZhClient.php
M includes/ZipDirectoryReader.php
M includes/actions/CreditsAction.php
M includes/actions/HistoryAction.php
M includes/actions/InfoAction.php
M includes/api/ApiBase.php
M includes/api/ApiDelete.php
M includes/api/ApiFormatBase.php
M includes/api/ApiImageRotate.php
M includes/api/ApiMain.php
M includes/api/ApiModuleManager.php
M includes/api/ApiPageSet.php
M includes/api/ApiPurge.php
M includes/api/ApiQuery.php
M includes/api/ApiQueryAllUsers.php
M includes/api/ApiQueryBase.php
M includes/api/ApiQueryImageInfo.php
M includes/api/ApiQueryInfo.php
M includes/api/ApiQueryRecentChanges.php
M includes/api/ApiResult.php
M includes/api/ApiUpload.php
M includes/cache/BacklinkCache.php
M includes/cache/CacheDependency.php
M includes/cache/FileCacheBase.php
M includes/cache/GenderCache.php
M includes/cache/LinkBatch.php
M includes/cache/LinkCache.php
M includes/cache/LocalisationCache.php
M includes/cache/MessageCache.php
M includes/cache/SquidUpdate.php
M includes/cache/UserCache.php
M includes/clientpool/RedisConnectionPool.php
M includes/content/AbstractContent.php
M includes/content/Content.php
M includes/content/ContentHandler.php
M includes/content/TextContent.php
M includes/content/WikitextContent.php
M includes/dao/DBAccessBase.php
M includes/db/CloneDatabase.php
M includes/db/Database.php
M includes/db/DatabaseError.php
M includes/db/DatabaseMssql.php
M includes/db/DatabaseMysql.php
M includes/db/DatabaseOracle.php
M includes/db/DatabasePostgres.php
M includes/db/DatabaseSqlite.php
M includes/db/DatabaseUtility.php
M includes/db/IORMTable.php
M includes/db/LBFactory.php
M includes/db/LBFactory_Multi.php
M includes/db/LBFactory_Single.php
M includes/db/LoadBalancer.php
M includes/db/LoadMonitor.php
M includes/db/ORMRow.php
M includes/db/ORMTable.php
M includes/debug/Debug.php
M includes/diff/DifferenceEngine.php
M includes/externalstore/ExternalStore.php
M includes/externalstore/ExternalStoreDB.php
M includes/externalstore/ExternalStoreMedium.php
M includes/filebackend/FSFile.php
M includes/filebackend/FSFileBackend.php
M includes/filebackend/FileBackend.php
M includes/filebackend/FileBackendMultiWrite.php
M includes/filebackend/FileBackendStore.php
M includes/filebackend/FileOp.php
M includes/filebackend/FileOpBatch.php
M includes/filebackend/SwiftFileBackend.php
M includes/filebackend/filejournal/FileJournal.php
M includes/filebackend/lockmanager/DBLockManager.php
M includes/filebackend/lockmanager/LSLockManager.php
M includes/filebackend/lockmanager/LockManager.php
M includes/filebackend/lockmanager/LockManagerGroup.php
M includes/filebackend/lockmanager/MemcLockManager.php
M includes/filebackend/lockmanager/QuorumLockManager.php
M includes/filebackend/lockmanager/ScopedLock.php
M includes/filerepo/FileRepo.php
M includes/filerepo/ForeignAPIRepo.php
M includes/filerepo/LocalRepo.php
M includes/filerepo/RepoGroup.php
M includes/filerepo/file/File.php
M includes/filerepo/file/ForeignAPIFile.php
M includes/filerepo/file/LocalFile.php
M includes/filerepo/file/OldLocalFile.php
M includes/filerepo/file/UnregisteredLocalFile.php
M includes/installer/CliInstaller.php
M includes/installer/DatabaseInstaller.php
M includes/installer/DatabaseUpdater.php
M includes/installer/Installer.php
M includes/installer/LocalSettingsGenerator.php
M includes/installer/MysqlInstaller.php
M includes/installer/MysqlUpdater.php
M includes/installer/PostgresInstaller.php
M includes/installer/WebInstaller.php
M includes/installer/WebInstallerOutput.php
M includes/installer/WebInstallerPage.php
M includes/job/Job.php
M includes/job/JobQueue.php
M includes/job/JobQueueDB.php
M includes/job/JobQueueGroup.php
M includes/job/JobQueueRedis.php
M includes/job/jobs/DoubleRedirectJob.php
M includes/job/jobs/DuplicateJob.php
M includes/job/jobs/HTMLCacheUpdateJob.php
M includes/job/jobs/NullJob.php
M includes/job/jobs/UploadFromUrlJob.php
M includes/json/FormatJson.php
M includes/json/Services_JSON.php
M includes/libs/CSSJanus.php
M includes/libs/CSSMin.php
M includes/libs/IEContentAnalyzer.php
M includes/libs/IEUrlExtension.php
M includes/libs/JavaScriptMinifier.php
M includes/logging/LogEntry.php
M includes/logging/LogEventsList.php
M includes/logging/LogFormatter.php
M includes/logging/LogPage.php
M includes/logging/LogPager.php
M includes/media/Bitmap.php
M includes/media/BitmapMetadataHandler.php
M includes/media/Exif.php
M includes/media/FormatMetadata.php
M includes/media/IPTC.php
M includes/media/Jpeg.php
M includes/media/JpegMetadataExtractor.php
M includes/media/MediaHandler.php
M includes/media/MediaTransformOutput.php
M includes/media/SVGMetadataExtractor.php
M includes/media/XCF.php
M includes/media/XMP.php
M includes/media/XMPValidate.php
M includes/normal/UtfNormal.php
M includes/normal/UtfNormalUtil.php
M includes/objectcache/APCBagOStuff.php
M includes/objectcache/BagOStuff.php
M includes/objectcache/EmptyBagOStuff.php
M includes/objectcache/MemcachedBagOStuff.php
M includes/objectcache/MemcachedClient.php
M includes/objectcache/MemcachedPeclBagOStuff.php
M includes/objectcache/MultiWriteBagOStuff.php
M includes/objectcache/ObjectCacheSessionHandler.php
M includes/objectcache/WinCacheBagOStuff.php
M includes/objectcache/XCacheBagOStuff.php
M includes/parser/CacheTime.php
M includes/parser/CoreParserFunctions.php
M includes/parser/DateFormatter.php
M includes/parser/LinkHolderArray.php
M includes/parser/Parser.php
M includes/parser/ParserOutput.php
M includes/parser/Preprocessor_DOM.php
M includes/parser/Preprocessor_Hash.php
M includes/parser/Tidy.php
M includes/profiler/Profiler.php
M includes/resourceloader/ResourceLoader.php
M includes/resourceloader/ResourceLoaderContext.php
M includes/resourceloader/ResourceLoaderFileModule.php
M includes/resourceloader/ResourceLoaderModule.php
M includes/revisiondelete/RevisionDeleteAbstracts.php
M includes/revisiondelete/RevisionDeleter.php
M includes/search/SearchEngine.php
M includes/search/SearchMssql.php
M includes/search/SearchMySQL.php
M includes/search/SearchOracle.php
M includes/search/SearchPostgres.php
M includes/search/SearchSqlite.php
M includes/site/MediaWikiSite.php
M includes/specials/SpecialActiveusers.php
M includes/specials/SpecialAllpages.php
M includes/specials/SpecialBlock.php
M includes/specials/SpecialBlockList.php
M includes/specials/SpecialBooksources.php
M includes/specials/SpecialConfirmemail.php
M includes/specials/SpecialContributions.php
M includes/specials/SpecialDeletedContributions.php
M includes/specials/SpecialEditWatchlist.php
M includes/specials/SpecialEmailuser.php
M includes/specials/SpecialExport.php
M includes/specials/SpecialFileDuplicateSearch.php
M includes/specials/SpecialJavaScriptTest.php
M includes/specials/SpecialListgrouprights.php
M includes/specials/SpecialListusers.php
M includes/specials/SpecialMostlinked.php
M includes/specials/SpecialMovepage.php
M includes/specials/SpecialPrefixindex.php
M includes/specials/SpecialProtectedpages.php
M includes/specials/SpecialRecentchanges.php
M includes/specials/SpecialRevisiondelete.php
M includes/specials/SpecialSearch.php
M includes/specials/SpecialUndelete.php
M includes/specials/SpecialUpload.php
M includes/specials/SpecialUploadStash.php
M includes/specials/SpecialUserlogin.php
M includes/specials/SpecialUserrights.php
M includes/specials/SpecialVersion.php
M includes/specials/SpecialWhatlinkshere.php
M includes/upload/UploadBase.php
M includes/upload/UploadFromChunks.php
M includes/upload/UploadStash.php
280 files changed, 2,527 insertions(+), 2,527 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/82/53182/1


-- 
To view, visit https://gerrit.wikimedia.org/r/53182
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic59fd20856eb0489d70f3469a56ebce0efb3db13
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Parent5446 <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to