wiki.techinc.nl/includes/libs
Timo Tijhof 8058bf29d2 rdbms: Remove stray @ingroup from two file doc blocks
Follows-up 499a1fe497 (I7d057a9438f1b09), which introduced a new one
after having fixed this in various commits [1]. Main reason being
that it adds duplicate entries in doc.wikimedia.org navigation for
the file name in addition to the class it defines.

[1] https://gerrit.wikimedia.org/r/q/message:ingroup+owner:Krinkle

Change-Id: I462cc4f83db5fee850c01fd990d4c8c518cd63e0
2022-09-04 17:37:13 +02:00
..
composer
eventrelayer Remove deprecated EventRelayerKafka and KafkaHandler 2022-03-25 00:07:22 +00:00
filebackend tests: Minor follow-up to MySQLPlatformTest/FileBackendTest php8.1 fixes 2022-07-27 18:28:35 -07:00
http Migrate use of ${var}-style string interpolation 2022-07-29 02:45:09 +02:00
iterators Add signature for implementations of RecursiveIterator 2022-07-25 18:06:24 +00:00
lockmanager phan: Disable null_casts_as_any_type setting 2022-03-21 18:25:07 +00:00
Message Various whitespace changes 2022-07-12 20:07:23 +02:00
Metrics
mime Add application/vnd.ms-opentype to MIME list 2022-07-19 20:47:11 +00:00
objectcache Merge "objectcache: remove APCUBagOStuff code for apcu < 5.1.12" 2022-08-31 13:43:01 +00:00
ParamValidator Localisation updates from https://translatewiki.net. 2022-08-22 08:05:16 +02:00
rdbms rdbms: Remove stray @ingroup from two file doc blocks 2022-09-04 17:37:13 +02:00
redis objectcache: Adds support for TLS to RedisConnectionPool 2022-07-27 00:18:00 +00:00
stats stats: Implement interface in BufferingStatsdDataFactory correctly 2022-03-09 20:25:41 +01:00
uuid GlobalIdGenerator: include user id in file prefix 2022-06-27 02:15:22 +02:00
virtualrest Fix many typos in comments 2022-05-10 12:46:11 +00:00
WRStats Make RateLimiter use WRStats 2022-07-16 11:00:22 +00:00
APACHE-LICENSE-2.0.txt
ArrayUtils.php TempUser infrastructure and services 2022-04-14 09:23:55 +10:00
Cookie.php Use str_starts_with/str_ends_with 2022-05-02 10:59:58 +03:00
CookieJar.php
CryptHKDF.php
Deflate.php
DnsSrvDiscoverer.php
ExplodeIterator.php Get rid of warnings on PHP 8.1 2022-06-13 04:42:20 -04:00
GenericArrayObject.php Get rid of warnings on PHP 8.1 2022-06-13 04:42:20 -04:00
GhostFieldAccessTrait.php
HashRing.php Get rid of warnings on PHP 8.1 2022-06-13 04:42:20 -04:00
HtmlArmor.php
HttpStatus.php
jsminplus.php Various whitespace changes 2022-07-12 20:07:23 +02:00
MapCacheLRU.php Get rid of warnings on PHP 8.1 2022-06-13 04:42:20 -04:00
MappedIterator.php filebackend,jobqueue: Add signature for FilterIterator::accept() 2022-07-06 19:24:59 +00:00
MemoizedCallable.php
MessageSpecifier.php
MWCryptHash.php MWCryptHash: Clean up check for acceptable hashing algorithms 2022-07-10 05:15:56 -04:00
NonSerializableTrait.php
README
ReplacementArray.php
ReverseArrayIterator.php Get rid of warnings on PHP 8.1 2022-06-13 04:42:20 -04:00
RiffExtractor.php
StaticArrayWriter.php Generate DefaultSettings.php from schema 2022-03-18 10:25:52 +01:00
StatusValue.php Make StatusValue accept MessageValue. 2022-09-01 09:00:21 +00:00
StringUtils.php
Timing.php
UDPTransport.php
Xhprof.php
XhprofData.php Fix many typos in comments 2022-05-10 12:46:11 +00:00

The classes in this directory ./includes/libs are considered standalone
from the remainder of the MediaWiki codebase. They do not call on any other
portions of MediaWiki code, and can be used in other projects without
dependency issues.