From 69c9962cbb1ebf453c46d59df18e1d578ec13397 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Tue, 31 Mar 2015 12:01:50 +0100
Subject: [PATCH] Issue #2455099 by kunalgrover05: Views overview topic page
 has some typos and omissions

---
 core/modules/views/views.api.php   | 10 ++++++++--
 core/modules/views/views.theme.inc |  1 +
 2 files changed, 9 insertions(+), 2 deletions(-)
 mode change 100644 => 100755 core/modules/views/views.theme.inc

diff --git a/core/modules/views/views.api.php b/core/modules/views/views.api.php
index 563ff25e02c7..2319cdff6837 100644
--- a/core/modules/views/views.api.php
+++ b/core/modules/views/views.api.php
@@ -28,20 +28,22 @@
  *   entity, create a class implementing
  *   \Drupal\views\EntityViewsDataInterface and reference this in the
  *   "views_data" annotation in the entity class. You can autogenerate big parts
- *   of the ingration if you extend the \Drupal\views\EntityViewsData base
+ *   of the integration if you extend the \Drupal\views\EntityViewsData base
  *   class. See the @link entity_api Entity API topic @endlink for more
  *   information about entities.
  * - Implement hooks: A few operations in Views can be influenced by hooks.
- *   See the @link Views hooks topic @endlink for a list.
+ *   See the @link views_hooks Views hooks topic @endlink for a list.
  * - Theming: See the @link views_templates Views templates topic @endlink
  *   for more information.
  *
  * @see \Drupal\views\ViewExecutable
+ * @see \Drupal\views\Views
  * @}
  */
 
 /**
  * @defgroup views_plugins Views plugins
+ * @{
  * Overview of views plugins
  *
  * Views plugins are objects that are used to build and render the view.
@@ -57,16 +59,20 @@
  * @todo Document specific options on the appropriate plugin base classes.
  * @todo Add examples.
  *
+ * @ingroup views_overview
  * @see \Drupal\views\Plugin\views\PluginBase
  * @see \Drupal\views\Plugin\views\HandlerBase
  * @see plugin_api
  * @see annotation
+ * @}
  */
 
 /**
  * @defgroup views_hooks Views hooks
  * @{
  * Hooks that allow other modules to implement the Views API.
+ * @ingroup views_overview
+ * @}
  */
 
 /**
diff --git a/core/modules/views/views.theme.inc b/core/modules/views/views.theme.inc
old mode 100644
new mode 100755
index 5b62c563747d..02f0dea16a7e
--- a/core/modules/views/views.theme.inc
+++ b/core/modules/views/views.theme.inc
@@ -1089,6 +1089,7 @@ function template_preprocess_views_mini_pager(&$variables) {
  * Important! When adding a new template to your theme, be sure to flush the
  * theme registry cache!
  *
+ * @ingroup views_overview
  * @see \Drupal\views\ViewExecutable::buildThemeFunctions()
  * @}
  */
-- 
GitLab