From 5c96292e9af6ee5f361f81b6cd62e6db1548dc68 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Thu, 30 Nov 2017 15:51:26 -0800 Subject: [PATCH] objectcache: Add @ingroup to RedisBagOStuff Was missing from "Cache" group, as well as from the cross-component "Redis" group. Change-Id: I52ebc93cf472a4acc383742e0ea5c15c5a6db537 --- includes/libs/objectcache/RedisBagOStuff.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/includes/libs/objectcache/RedisBagOStuff.php b/includes/libs/objectcache/RedisBagOStuff.php index 583ec37755..f720010f41 100644 --- a/includes/libs/objectcache/RedisBagOStuff.php +++ b/includes/libs/objectcache/RedisBagOStuff.php @@ -23,7 +23,10 @@ /** * Redis-based caching module for redis server >= 2.6.12 * - * @note: avoid use of Redis::MULTI transactions for twemproxy support + * @note Avoid use of Redis::MULTI transactions for twemproxy support + * + * @ingroup Cache + * @ingroup Redis */ class RedisBagOStuff extends BagOStuff { /** @var RedisConnectionPool */ -- 2.20.1