From b1899dc02d69e538de1f33fb1988b12dc14f5da0 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Sun, 10 Aug 2014 16:35:48 -0500
Subject: [PATCH] Issue #2296793 by gauravkhambhala | jhodgdon: Fixed Two Views
 topics need one-line summaries added.

---
 core/modules/views/views.api.php   | 1 +
 core/modules/views/views.theme.inc | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/core/modules/views/views.api.php b/core/modules/views/views.api.php
index 7ef686e16488..9b8290427ee6 100644
--- a/core/modules/views/views.api.php
+++ b/core/modules/views/views.api.php
@@ -35,6 +35,7 @@
 
 /**
  * @defgroup views_plugins Views plugins
+ * Overview of views plugins
  *
  * Views plugins are objects that are used to build and render the view.
  * See individual views plugin topics for more information about the
diff --git a/core/modules/views/views.theme.inc b/core/modules/views/views.theme.inc
index 5a0639769355..7af7216ed919 100644
--- a/core/modules/views/views.theme.inc
+++ b/core/modules/views/views.theme.inc
@@ -1186,6 +1186,8 @@ function template_preprocess_views_mini_pager(&$variables) {
 /**
  * @defgroup views_templates Views template files
  * @{
+ * Describes various views templates & overriding options.
+ *
  * All views templates can be overridden with a variety of names, using
  * the view, the display ID of the view, the display type of the view,
  * or some combination thereof.
-- 
GitLab