A few minor doc group tweaks.
Change-Id: I18a8d733b3dbaa925a676c881225a63e90ff2f05
This commit is contained in:
parent
244ae862a7
commit
73b5fc4e0a
3 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@
|
|||
* Class to handle job queues stored in Redis
|
||||
*
|
||||
* @ingroup JobQueue
|
||||
* @ingroup Redis
|
||||
* @since 1.21
|
||||
*/
|
||||
class JobQueueRedis extends JobQueue {
|
||||
|
|
|
|||
Loading…
Reference in a new issue