diff --git a/core/modules/views/views.api.php b/core/modules/views/views.api.php index 215c8ec09475c517ae1c3bee8936d8ffbdfe0a4e..18a60707332684bb6388ed49653bcfd1039d6fd1 100644 --- a/core/modules/views/views.api.php +++ b/core/modules/views/views.api.php @@ -69,14 +69,6 @@ * @} */ -/** - * @defgroup views_hooks Views hooks - * @{ - * Hooks that allow other modules to implement the Views API. - * @ingroup views_overview - * @} - */ - /** * @addtogroup hooks * @{ @@ -1249,7 +1241,3 @@ function hook_views_plugins_sort_alter(array &$plugins) { /** * @} End of "addtogroup hooks". */ - -/** - * @} - */