diff --git a/core/modules/block/block.install b/core/modules/block/block.install index f679a95..38e9a93 100644 --- a/core/modules/block/block.install +++ b/core/modules/block/block.install @@ -6,6 +6,11 @@ */ /** + * @addtogroup updates-8.0.x-beta + * @{ + */ + +/** * Update block visibility context mapping. */ function block_update_8001() { @@ -33,3 +38,7 @@ function block_update_8001() { $block->save(); } } + +/** + * @} End of "addtogroup updates-8.0.x-beta". + */