Issue #1546618 by wulff: Get rid of duplicate defgroups in docs
parent
fdf7dfb2a1
commit
5f93c26357
|
@ -58,7 +58,7 @@ function blogapi_schema() {
|
|||
}
|
||||
|
||||
/**
|
||||
* @defgroup updates-5.x-to-6.x Blog API updates from 5.x to 6.x
|
||||
* @addtogroup updates-5.x-to-6.x
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
@ -118,7 +118,7 @@ function blogapi_update_6001() {
|
|||
}
|
||||
|
||||
/**
|
||||
* @} End of "defgroup updates-5.x-to-6.x"
|
||||
* @} End of "addtogroup updates-5.x-to-6.x".
|
||||
* The next series of updates should start at 7000.
|
||||
*/
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@ function comment_update_6003() {
|
|||
}
|
||||
|
||||
/**
|
||||
* @defgroup updates-6.x-extra Extra system updates for 6.x
|
||||
* @addtogroup updates-6.x-extra
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
@ -91,7 +91,7 @@ function comment_update_6005() {
|
|||
}
|
||||
|
||||
/**
|
||||
* @} End of "defgroup updates-6.x-extra"
|
||||
* @} End of "addtogroup updates-6.x-extra".
|
||||
* The next series of updates should start at 7000.
|
||||
*/
|
||||
|
||||
|
|
|
@ -100,7 +100,7 @@ function dblog_schema() {
|
|||
}
|
||||
|
||||
/**
|
||||
* @defgroup updates-6.x-extra Extra database logging updates for 6.x
|
||||
* @addtogroup updates-6.x-extra
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
@ -114,6 +114,6 @@ function dblog_update_6000() {
|
|||
}
|
||||
|
||||
/**
|
||||
* @} End of "defgroup updates-6.x-extra"
|
||||
* @} End of "addtogroup updates-6.x-extra".
|
||||
* The next series of updates should start at 7000.
|
||||
*/
|
||||
|
|
|
@ -15,7 +15,7 @@ function locale_install() {
|
|||
}
|
||||
|
||||
/**
|
||||
* @defgroup updates-5.x-to-6.x Locale updates from 5.x to 6.x
|
||||
* @addtogroup updates-5.x-to-6.x
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
@ -221,11 +221,11 @@ function locale_update_6006() {
|
|||
}
|
||||
|
||||
/**
|
||||
* @} End of "defgroup updates-5.x-to-6.x"
|
||||
* @} End of "addtogroup updates-5.x-to-6.x".
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup updates-6.x-extra Locale updates for 6.x
|
||||
* @addtogroup updates-6.x-extra
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
@ -239,7 +239,7 @@ function locale_update_6007() {
|
|||
}
|
||||
|
||||
/**
|
||||
* @} End of "defgroup updates-6.x-extra"
|
||||
* @} End of "addtogroup updates-6.x-extra".
|
||||
* The next series of updates should start at 7000.
|
||||
*/
|
||||
|
||||
|
|
|
@ -95,7 +95,7 @@ function openid_schema() {
|
|||
}
|
||||
|
||||
/**
|
||||
* @defgroup updates-6.x-extra Extra openid updates for 6.x
|
||||
* @addtogroup updates-6.x-extra
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
@ -139,6 +139,6 @@ function openid_update_6000() {
|
|||
}
|
||||
|
||||
/**
|
||||
* @} End of "defgroup updates-6.x-extra"
|
||||
* @} End of "addtogroup updates-6.x-extra".
|
||||
* The next series of updates should start at 7000.
|
||||
*/
|
||||
|
|
|
@ -118,7 +118,7 @@ function statistics_schema() {
|
|||
}
|
||||
|
||||
/**
|
||||
* @defgroup updates-6.x-extra Extra statistics updates for 6.x
|
||||
* @addtogroup updates-6.x-extra
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
@ -132,6 +132,6 @@ function statistics_update_6000() {
|
|||
}
|
||||
|
||||
/**
|
||||
* @} End of "defgroup updates-6.x-extra"
|
||||
* @} End of "addtogroup updates-6.x-extra".
|
||||
* The next series of updates should start at 7000.
|
||||
*/
|
||||
|
|
|
@ -1174,7 +1174,7 @@ function system_update_1022() {
|
|||
}
|
||||
|
||||
/**
|
||||
* @} End of "defgroup updates-5.x-extra"
|
||||
* @} End of "defgroup updates-5.x-extra".
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -2576,7 +2576,7 @@ function system_update_6047() {
|
|||
}
|
||||
|
||||
/**
|
||||
* @} End of "defgroup updates-5.x-to-6.x"
|
||||
* @} End of "defgroup updates-5.x-to-6.x".
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -2713,7 +2713,7 @@ function system_update_6055() {
|
|||
}
|
||||
|
||||
/**
|
||||
* @} End of "defgroup updates-6.x-extra"
|
||||
* @} End of "defgroup updates-6.x-extra".
|
||||
* The next series of updates should start at 7000.
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue