Issue #2617742 by xjm: Followup: fix Views post-update hook doc groups

8.1.x
Nathaniel Catchpole 2015-11-25 15:11:54 +00:00
parent 72ae69d3c7
commit d88e9a12c3
1 changed files with 10 additions and 1 deletions

View File

@ -34,6 +34,15 @@ function views_post_update_update_cacheability_metadata() {
}
/**
* @} End of "addtogroup updates-8.0.0-beta".
*/
/**
* @addtogroup updates-8.0.0-rc
* @{
*/
/**
* Update some views fields that were previously duplicated.
*/
@ -128,5 +137,5 @@ function views_post_update_cleanup_duplicate_views_data() {
}
/**
* @} End of "addtogroup updates-8.0.0-beta".
* @} End of "addtogroup updates-8.0.0-rc".
*/