Remove empty lines from PHP and JavaScript comment blocks
authorThiemo Mättig <thiemo.maettig@wikimedia.de>
Thu, 8 Dec 2016 16:23:46 +0000 (17:23 +0100)
committerThiemo Mättig (WMDE) <thiemo.maettig@wikimedia.de>
Fri, 9 Dec 2016 09:01:06 +0000 (09:01 +0000)
commit00c3f09566dd02863a888e496ae32c08f91443b0
treeda14305302c075537eadda5d34df6f62b01ec9e2
parent8642482ee1618aa867e119bd34e5928398590608
Remove empty lines from PHP and JavaScript comment blocks

This is a pure documentation change. It mostly removes empty lines from
comments (and entirely empty comments), as well as adds a few missing
documentation blocks and fixes a minor mistake. I hope it's ok to have
this in one patch. I can split it, please tell me.

Change-Id: I9668338602ac77b903ab6b02ff56bd52743c37c4
38 files changed:
includes/CategoryFinder.php
includes/DefaultSettings.php
includes/MWNamespace.php
includes/PageProps.php
includes/Revision.php
includes/deferred/LinksDeletionUpdate.php
includes/http/CurlHttpRequest.php
includes/http/PhpHttpRequest.php
includes/libs/IEUrlExtension.php
includes/libs/mime/XmlTypeCheck.php
includes/libs/stats/NullStatsdDataFactory.php
includes/libs/xmp/XMP.php
includes/logging/LogPage.php
includes/page/Article.php
includes/parser/Parser.php
includes/parser/ParserOutput.php
includes/resourceloader/ResourceLoader.php
includes/search/ResultAugmentor.php
includes/search/ResultSetAugmentor.php
includes/search/SearchSuggestion.php
includes/search/SearchSuggestionSet.php
includes/specials/SpecialEditWatchlist.php
includes/user/User.php
includes/utils/ZipDirectoryReader.php
maintenance/cdb.php
maintenance/eval.php
maintenance/storage/compressOld.php
resources/src/jquery/jquery.expandableField.js
resources/src/mediawiki.messagePoster/mediawiki.messagePoster.factory.js
resources/src/mediawiki.special/mediawiki.special.recentchanges.js
tests/phpunit/includes/GlobalFunctions/wfUrlencodeTest.php
tests/phpunit/includes/MWNamespaceTest.php
tests/phpunit/includes/OutputPageTest.php
tests/phpunit/includes/api/ApiWatchTest.php
tests/phpunit/includes/page/WikiPageTest.php
tests/phpunit/maintenance/MaintenanceTest.php
tests/phpunit/mocks/content/DummyContentHandlerForTesting.php
tests/phpunit/structure/ResourcesTest.php