Remove '@section LICENSE'
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 26 Nov 2014 02:19:43 +0000 (02:19 +0000)
committerTimo Tijhof <krinklemail@gmail.com>
Wed, 26 Nov 2014 02:20:55 +0000 (02:20 +0000)
commitff6513f28b8206a37795dcdde0ac838df88e05c0
treea11f62fa3303ad6bbab856918b7ed2b57479b8f9
parent240152117c999df805fbec6ec9c0d4fd1d06b8c4
Remove '@section LICENSE'

This was used in 2 special classes, the logger classes and spread
to a few other random classes.

Afaik this has no meaning. Is for something we don't use, and
goes against the meaning of '@section' in Doxygen, which we do
use.

In Doxygen output, all LICENSE references became links to
ProfilerXhprof (the one Doxygen encoutered first).

Bug: T72328
Change-Id: Icc7c443245c70bc0f549bee7d105eef5691c864d
22 files changed:
includes/debug/logger/Logger.php
includes/debug/logger/NullSpi.php
includes/debug/logger/Spi.php
includes/debug/logger/legacy/Logger.php
includes/debug/logger/legacy/Spi.php
includes/debug/logger/monolog/Handler.php
includes/debug/logger/monolog/LegacyFormatter.php
includes/debug/logger/monolog/Processor.php
includes/debug/logger/monolog/Spi.php
includes/libs/IPSet.php
includes/libs/ObjectFactory.php
includes/libs/Xhprof.php
includes/profiler/ProfilerXhprof.php
includes/specials/SpecialFilepath.php
includes/specials/SpecialRedirect.php
maintenance/purgeChangedFiles.php
maintenance/purgeChangedPages.php
tests/phpunit/includes/db/DatabaseMysqlBaseTest.php
tests/phpunit/includes/db/LBFactoryTest.php
tests/phpunit/includes/debug/logging/legacy/LoggerTest.php
tests/phpunit/includes/libs/ObjectFactoryTest.php
tests/phpunit/includes/libs/XhprofTest.php