Remove auto-generated "Constructor" documentation on constructors
authorThiemo Mättig <thiemo.maettig@wikimedia.de>
Fri, 21 Jul 2017 10:19:30 +0000 (12:19 +0200)
committerThiemo Mättig <thiemo.maettig@wikimedia.de>
Fri, 21 Jul 2017 10:19:30 +0000 (12:19 +0200)
commit91a920fd85c34e64f47140ed82f2ac0913ed8033
treea17a3c48a2b2d70d0414303e26e840dfceeb0ae1
parentfedebb1834cd0a19438cc43c2f29b1c8c3c7d38f
Remove auto-generated "Constructor" documentation on constructors

Having such comments is worse than not having them. They add zero
information. But you must read the text to understand there is
nothing you don't already know from the class and the method name.

This is similar to I994d11e. Even more trivial, because this here is
about comments that don't say anything but "constructor".

Change-Id: I474dcdb5997bea3aafd11c0760ee072dfaff124c
52 files changed:
includes/Feed.php
includes/FileDeleteForm.php
includes/HistoryBlob.php
includes/Revision.php
includes/SiteStats.php
includes/StubObject.php
includes/actions/Action.php
includes/cache/localisation/LocalisationCache.php
includes/changes/ChangesFeed.php
includes/collation/NumericUppercaseCollation.php
includes/context/DerivativeContext.php
includes/db/CloneDatabase.php
includes/deferred/LinksUpdate.php
includes/deferred/SearchUpdate.php
includes/diff/DairikiDiff.php
includes/diff/DifferenceEngine.php
includes/exception/HttpError.php
includes/filerepo/file/LocalFile.php
includes/installer/CliInstaller.php
includes/installer/DatabaseUpdater.php
includes/installer/LocalSettingsGenerator.php
includes/installer/WebInstaller.php
includes/libs/GenericArrayObject.php
includes/libs/MemoizedCallable.php
includes/libs/objectcache/APCBagOStuff.php
includes/libs/objectcache/APCUBagOStuff.php
includes/libs/objectcache/MemcachedPeclBagOStuff.php
includes/libs/xmp/XMP.php
includes/logging/LogEntry.php
includes/logging/LogEventsList.php
includes/logging/LogPage.php
includes/logging/LogPager.php
includes/media/DjVuImage.php
includes/media/Exif.php
includes/media/SVGMetadataExtractor.php
includes/parser/ParserOptions.php
includes/profiler/output/ProfilerOutput.php
includes/search/SearchDatabase.php
includes/site/MediaWikiSite.php
includes/site/Site.php
includes/specials/SpecialActiveusers.php
includes/specials/SpecialAllMessages.php
includes/specials/SpecialAllPages.php
includes/specials/SpecialImport.php
includes/specials/SpecialListusers.php
includes/specials/SpecialUpload.php
includes/tidy/RemexCompatMunger.php
includes/user/UserRightsProxy.php
includes/utils/FileContentsHasher.php
languages/ConverterRule.php
maintenance/generateSitemap.php
maintenance/language/checkLanguage.inc