aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs/rdbms/exception/DBReplicationWaitError.php
diff options
context:
space:
mode:
authorTimo Tijhof <krinkle@fastmail.com>2022-08-08 17:13:59 +0100
committerKrinkle <krinkle@fastmail.com>2022-08-09 12:53:32 +0000
commit90babf174a1d993ac2c9859d92faed1148d2ef9b (patch)
tree6dfc29a77b45c527e06cfcbe4dbea91797240331 /includes/libs/rdbms/exception/DBReplicationWaitError.php
parent1f3483001da022f11979859fe6eb48c2f4590f4f (diff)
downloadmediawikicore-90babf174a1d993ac2c9859d92faed1148d2ef9b.tar.gz
mediawikicore-90babf174a1d993ac2c9859d92faed1148d2ef9b.zip
rdbms: Clean up file doc comments
* Document what the LBFactory/LoadBalancer (sub)classes do. * Move useful descriptions from file doc to class doc so that we don't pointlessly maintain it in two places, and to allow for the file block to be consistently visually ignored instead of sometimes containing useful information. This patch removes various non-applicable or unrelated descriptions from the file block that were blindly copy-pasted, thus proving my point. It also removes two duplicate/clashing definition of the 'Database' defgroup. Keeping only the primary one in IDatabase.php. * Move ingroup tag to class block, as indexing the source file in Doxygen creates noise in the navigation sidebar and does not add add any benefit. * Fix dead-end reference to a sqlite/README. I'll rework this in a later patch. Change-Id: Iad0e67d766f4a7d5b97e7a471b49f2d8e60c506b
Diffstat (limited to 'includes/libs/rdbms/exception/DBReplicationWaitError.php')
-rw-r--r--includes/libs/rdbms/exception/DBReplicationWaitError.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/libs/rdbms/exception/DBReplicationWaitError.php b/includes/libs/rdbms/exception/DBReplicationWaitError.php
index 9b4bcb3383ed..decf1dae04b5 100644
--- a/includes/libs/rdbms/exception/DBReplicationWaitError.php
+++ b/includes/libs/rdbms/exception/DBReplicationWaitError.php
@@ -16,9 +16,7 @@
* http://www.gnu.org/copyleft/gpl.html
*
* @file
- * @ingroup Database
*/
-
namespace Wikimedia\Rdbms;
/**