diff --git a/core/modules/views/views.api.php b/core/modules/views/views.api.php index 7ef686e164883e2347b626137128eb1006ec8003..9b8290427ee634640dfea2e48cac17b3a4140a4b 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 5a06397693551193bbabf709578be09610aab0a8..7af7216ed919470c1a24aa8f2cc97af8b697f08c 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.