A few minor doc group tweaks.
authorAaron Schulz <aschulz@wikimedia.org>
Mon, 18 Mar 2013 22:14:55 +0000 (15:14 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Mon, 18 Mar 2013 22:14:55 +0000 (15:14 -0700)
Change-Id: I18a8d733b3dbaa925a676c881225a63e90ff2f05

includes/filebackend/FileBackend.php
includes/job/JobQueueAggregatorRedis.php
includes/job/JobQueueRedis.php

index 903befc..638e7cd 100644 (file)
@@ -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.
index 74e9171..512a24a 100644 (file)
@@ -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 {
index 3db8260..2d4edc5 100644 (file)
@@ -25,6 +25,7 @@
  * Class to handle job queues stored in Redis
  *
  * @ingroup JobQueue
+ * @ingroup Redis
  * @since 1.21
  */
 class JobQueueRedis extends JobQueue {