From: Timo Tijhof Date: Thu, 30 Nov 2017 23:51:26 +0000 (-0800) Subject: objectcache: Add @ingroup to RedisBagOStuff X-Git-Tag: 1.31.0-rc.0~1329^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=5c96292e9af6ee5f361f81b6cd62e6db1548dc68;p=lhc%2Fweb%2Fwiklou.git objectcache: Add @ingroup to RedisBagOStuff Was missing from "Cache" group, as well as from the cross-component "Redis" group. Change-Id: I52ebc93cf472a4acc383742e0ea5c15c5a6db537 --- 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 */