From 40342aba58246982593d82e724bc50905c380ea2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thiemo=20M=C3=A4ttig?= Date: Wed, 18 Mar 2015 17:24:50 +0100 Subject: [PATCH] Drop outdated "documentation reviewed" tags We review documentation all the time. Even if this was a big, notable review, it was 5 years ago. It's probably outdated again, e.g. because methods changed but the corresponting documentaion did not. In my opinion the fact that a review happened 5 years ago is not useful any more. Change-Id: I6f4fb88ea790520bf2443aae4144cdde394b5e78 --- includes/MediaWiki.php | 2 -- includes/Title.php | 2 -- includes/cache/BacklinkCache.php | 2 -- includes/page/Article.php | 2 -- includes/page/WikiPage.php | 2 -- 5 files changed, 10 deletions(-) diff --git a/includes/MediaWiki.php b/includes/MediaWiki.php index 6e2a0c93ac..ba2294dfa0 100644 --- a/includes/MediaWiki.php +++ b/includes/MediaWiki.php @@ -22,8 +22,6 @@ /** * The MediaWiki class is the helper class for the index.php entry point. - * - * @internal documentation reviewed 15 Mar 2010 */ class MediaWiki { /** diff --git a/includes/Title.php b/includes/Title.php index 4b60bcb6e4..ff85197b92 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -29,8 +29,6 @@ * however, it does so inefficiently. * @note Consider using a TitleValue object instead. TitleValue is more lightweight * and does not rely on global state or the database. - * - * @internal documentation reviewed 15 Mar 2010 */ class Title { /** @var MapCacheLRU */ diff --git a/includes/cache/BacklinkCache.php b/includes/cache/BacklinkCache.php index 753263cea7..97b7665b08 100644 --- a/includes/cache/BacklinkCache.php +++ b/includes/cache/BacklinkCache.php @@ -38,8 +38,6 @@ * of memory. * * Introduced by r47317 - * - * @internal documentation reviewed on 18 Mar 2011 by hashar */ class BacklinkCache { /** @var ProcessCacheLRU */ diff --git a/includes/page/Article.php b/includes/page/Article.php index a4996df7a7..5752262e43 100644 --- a/includes/page/Article.php +++ b/includes/page/Article.php @@ -30,8 +30,6 @@ * See design.txt for an overview. * Note: edit user interface and cache support functions have been * moved to separate EditPage and HTMLFileCache classes. - * - * @internal documentation reviewed 15 Mar 2010 */ class Article implements Page { /** @var IContextSource The context this Article is executed in */ diff --git a/includes/page/WikiPage.php b/includes/page/WikiPage.php index 282506470c..cb2e396983 100644 --- a/includes/page/WikiPage.php +++ b/includes/page/WikiPage.php @@ -31,8 +31,6 @@ interface Page { * * Some fields are public only for backwards-compatibility. Use accessors. * In the past, this class was part of Article.php and everything was public. - * - * @internal documentation reviewed 15 Mar 2010 */ class WikiPage implements Page, IDBAccessObject { // Constants for $mDataLoadedFrom and related -- 2.20.1