From ff6513f28b8206a37795dcdde0ac838df88e05c0 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Wed, 26 Nov 2014 02:19:43 +0000 Subject: [PATCH] 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 --- includes/debug/logger/Logger.php | 1 - includes/debug/logger/NullSpi.php | 1 - includes/debug/logger/Spi.php | 1 - includes/debug/logger/legacy/Logger.php | 1 - includes/debug/logger/legacy/Spi.php | 1 - includes/debug/logger/monolog/Handler.php | 1 - includes/debug/logger/monolog/LegacyFormatter.php | 2 -- includes/debug/logger/monolog/Processor.php | 2 -- includes/debug/logger/monolog/Spi.php | 1 - includes/libs/IPSet.php | 1 - includes/libs/ObjectFactory.php | 1 - includes/libs/Xhprof.php | 1 - includes/profiler/ProfilerXhprof.php | 1 - includes/specials/SpecialFilepath.php | 1 - includes/specials/SpecialRedirect.php | 1 - maintenance/purgeChangedFiles.php | 1 - maintenance/purgeChangedPages.php | 1 - tests/phpunit/includes/db/DatabaseMysqlBaseTest.php | 1 - tests/phpunit/includes/db/LBFactoryTest.php | 1 - tests/phpunit/includes/debug/logging/legacy/LoggerTest.php | 1 - tests/phpunit/includes/libs/ObjectFactoryTest.php | 1 - tests/phpunit/includes/libs/XhprofTest.php | 1 - 22 files changed, 24 deletions(-) diff --git a/includes/debug/logger/Logger.php b/includes/debug/logger/Logger.php index f5d2445387..7417c6bdde 100644 --- a/includes/debug/logger/Logger.php +++ b/includes/debug/logger/Logger.php @@ -1,6 +1,5 @@