A few minor doc group tweaks.

Change-Id: I18a8d733b3dbaa925a676c881225a63e90ff2f05
This commit is contained in:
Aaron Schulz 2013-03-18 15:14:55 -07:00
parent 244ae862a7
commit 73b5fc4e0a
3 changed files with 2 additions and 1 deletions

View 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.

View 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 {

View file

@ -25,6 +25,7 @@
* Class to handle job queues stored in Redis
*
* @ingroup JobQueue
* @ingroup Redis
* @since 1.21
*/
class JobQueueRedis extends JobQueue {