Aaron Schulz has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/54592


Change subject: A few minor doc group tweaks.
......................................................................

A few minor doc group tweaks.

Change-Id: I18a8d733b3dbaa925a676c881225a63e90ff2f05
---
M includes/filebackend/FileBackend.php
M includes/job/JobQueueAggregatorRedis.php
M includes/job/JobQueueRedis.php
3 files changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/92/54592/1

diff --git a/includes/filebackend/FileBackend.php 
b/includes/filebackend/FileBackend.php
index 903befc..638e7cd 100644
--- a/includes/filebackend/FileBackend.php
+++ b/includes/filebackend/FileBackend.php
@@ -1,7 +1,6 @@
 <?php
 /**
  * @defgroup FileBackend File backend
- * @ingroup  FileRepo
  *
  * File backend is used to interact with file storage systems,
  * such as the local file system, NFS, or cloud storage systems.
diff --git a/includes/job/JobQueueAggregatorRedis.php 
b/includes/job/JobQueueAggregatorRedis.php
index 74e9171..512a24a 100644
--- a/includes/job/JobQueueAggregatorRedis.php
+++ b/includes/job/JobQueueAggregatorRedis.php
@@ -25,6 +25,7 @@
  * Class to handle tracking information about all queues using PhpRedis
  *
  * @ingroup JobQueue
+ * @ingroup Redis
  * @since 1.21
  */
 class JobQueueAggregatorRedis extends JobQueueAggregator {
diff --git a/includes/job/JobQueueRedis.php b/includes/job/JobQueueRedis.php
index 3db8260..2d4edc5 100644
--- a/includes/job/JobQueueRedis.php
+++ b/includes/job/JobQueueRedis.php
@@ -25,6 +25,7 @@
  * Class to handle job queues stored in Redis
  *
  * @ingroup JobQueue
+ * @ingroup Redis
  * @since 1.21
  */
 class JobQueueRedis extends JobQueue {

-- 
To view, visit https://gerrit.wikimedia.org/r/54592
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I18a8d733b3dbaa925a676c881225a63e90ff2f05
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to