From b2c025350092248a3f9a96b6a4f9286371aacec0 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Mon, 19 Nov 2012 14:10:18 -0800 Subject: [PATCH] Issue #1841806 by sjhuda, cferthorney: Rename duplicate defgroup name for Views Ajax --- core/modules/views/includes/ajax.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/views/includes/ajax.inc b/core/modules/views/includes/ajax.inc index 9d5f0ce2455..1dff8334c7e 100644 --- a/core/modules/views/includes/ajax.inc +++ b/core/modules/views/includes/ajax.inc @@ -8,7 +8,7 @@ use Symfony\Component\HttpFoundation\JsonResponse; /** - * @defgroup ajax Views AJAX library + * @defgroup views_ajax Views AJAX library * @{ * Handles the server side AJAX interactions of Views. */