Issue #1358944 by wulff: Fix misuse of ingroup in documentation blocks

merge-requests/26/head
Jennifer Hodgdon 2012-05-23 12:25:30 -07:00
parent f10acf95c2
commit e039aaaa32
39 changed files with 71 additions and 71 deletions

View File

@ -2830,7 +2830,7 @@ function ip_address() {
}
/**
* @ingroup schemaapi
* @addtogroup schemaapi
* @{
*/
@ -2952,12 +2952,12 @@ function drupal_get_complete_schema($rebuild = FALSE) {
}
/**
* @} End of "ingroup schemaapi".
* @} End of "addtogroup schemaapi".
*/
/**
* @ingroup registry
* @addtogroup registry
* @{
*/
@ -3119,7 +3119,7 @@ function registry_update() {
}
/**
* @} End of "ingroup registry".
* @} End of "addtogroup registry".
*/
/**

View File

@ -6746,7 +6746,7 @@ function drupal_common_theme() {
}
/**
* @ingroup schemaapi
* @addtogroup schemaapi
* @{
*/
@ -7049,7 +7049,7 @@ function drupal_write_record($table, &$record, $primary_keys = array()) {
}
/**
* @} End of "ingroup schemaapi".
* @} End of "addtogroup schemaapi".
*/
/**

View File

@ -2669,7 +2669,7 @@ function db_condition($conjunction) {
/**
* @ingroup schemaapi
* @addtogroup schemaapi
* @{
*/
@ -2986,7 +2986,7 @@ function db_change_field($table, $field, $field_new, $spec, $keys_new = array())
}
/**
* @} End of "ingroup schemaapi".
* @} End of "addtogroup schemaapi".
*/
/**

View File

@ -6,7 +6,7 @@
*/
/**
* @ingroup database
* @addtogroup database
* @{
*/
@ -198,5 +198,5 @@ class DatabaseConnection_mysql extends DatabaseConnection {
/**
* @} End of "ingroup database".
* @} End of "addtogroup database".
*/

View File

@ -1,7 +1,7 @@
<?php
/**
* @ingroup database
* @addtogroup database
* @{
*/
@ -103,5 +103,5 @@ class TruncateQuery_mysql extends TruncateQuery {
}
/**
* @} End of "ingroup database".
* @} End of "addtogroup database".
*/

View File

@ -7,7 +7,7 @@
/**
* @ingroup schemaapi
* @addtogroup schemaapi
* @{
*/
@ -532,5 +532,5 @@ class DatabaseSchema_mysql extends DatabaseSchema {
}
/**
* @} End of "ingroup schemaapi".
* @} End of "addtogroup schemaapi".
*/

View File

@ -6,7 +6,7 @@
*/
/**
* @ingroup database
* @addtogroup database
* @{
*/
@ -208,5 +208,5 @@ class DatabaseConnection_pgsql extends DatabaseConnection {
}
/**
* @} End of "ingroup database".
* @} End of "addtogroup database".
*/

View File

@ -6,7 +6,7 @@
*/
/**
* @ingroup database
* @addtogroup database
* @{
*/
@ -103,6 +103,6 @@ class SelectQuery_pgsql extends SelectQuery {
}
/**
* @} End of "ingroup database".
* @} End of "addtogroup database".
*/

View File

@ -9,7 +9,7 @@
*/
/**
* @ingroup database
* @addtogroup database
* @{
*/
@ -502,6 +502,6 @@ class DatabaseStatementPrefetch implements Iterator, DatabaseStatementInterface
}
/**
* @} End of "ingroup database".
* @} End of "addtogroup database".
*/

View File

@ -1,7 +1,7 @@
<?php
/**
* @ingroup database
* @addtogroup database
* @{
*/
@ -1955,5 +1955,5 @@ class DatabaseCondition implements QueryConditionInterface, Countable {
}
/**
* @} End of "ingroup database".
* @} End of "addtogroup database".
*/

View File

@ -1,7 +1,7 @@
<?php
/**
* @ingroup database
* @addtogroup database
* @{
*/
@ -1609,5 +1609,5 @@ class SelectQuery extends Query implements SelectQueryInterface {
}
/**
* @} End of "ingroup database".
* @} End of "addtogroup database".
*/

View File

@ -6,7 +6,7 @@
*/
/**
* @ingroup database
* @addtogroup database
* @{
*/
@ -515,5 +515,5 @@ class DatabaseStatement_sqlite extends DatabaseStatementPrefetch implements Iter
}
/**
* @} End of "ingroup database".
* @} End of "addtogroup database".
*/

View File

@ -6,7 +6,7 @@
*/
/**
* @ingroup database
* @addtogroup database
* @{
*/
@ -156,5 +156,5 @@ class TruncateQuery_sqlite extends TruncateQuery {
}
/**
* @} End of "ingroup database".
* @} End of "addtogroup database".
*/

View File

@ -6,7 +6,7 @@
*/
/**
* @ingroup database
* @addtogroup database
* @{
*/
@ -21,7 +21,7 @@ class SelectQuery_sqlite extends SelectQuery {
}
/**
* @} End of "ingroup database".
* @} End of "addtogroup database".
*/

View File

@ -1473,7 +1473,7 @@ function theme_disable($theme_list) {
}
/**
* @ingroup themeable
* @addtogroup themeable
* @{
*/
@ -2172,7 +2172,7 @@ function theme_indentation($variables) {
}
/**
* @} End of "ingroup themeable".
* @} End of "addtogroup themeable".
*/
/**

View File

@ -1486,5 +1486,5 @@ function update_retrieve_dependencies() {
*/
/**
* @} End of "defgroup update-api-6.x-to-7.x"
* @} End of "defgroup update-api-6.x-to-7.x".
*/

View File

@ -464,5 +464,5 @@ function block_update_7008() {
}
/**
* @} End of "addtogroup updates-6.x-to-7.x"
* @} End of "addtogroup updates-6.x-to-7.x".
*/

View File

@ -372,7 +372,7 @@ function comment_update_7008() {
}
/**
* @} End of "addtogroup updates-6.x-to-7.x"
* @} End of "addtogroup updates-6.x-to-7.x".
*/
/**
@ -393,7 +393,7 @@ function comment_update_7009() {
}
/**
* @} End of "addtogroup updates-7.x-extra"
* @} End of "addtogroup updates-7.x-extra".
*/
/**

View File

@ -164,5 +164,5 @@ function contact_update_7003() {
}
/**
* @} End of "addtogroup updates-6.x-to-7.x"
* @} End of "addtogroup updates-6.x-to-7.x".
*/

View File

@ -138,5 +138,5 @@ function dblog_update_7001() {
}
/**
* @} End of "addtogroup updates-6.x-to-7.x"
* @} End of "addtogroup updates-6.x-to-7.x".
*/

View File

@ -676,7 +676,7 @@ function hook_field_is_empty($item, $field) {
}
/**
* @} End of "defgroup field_types"
* @} End of "defgroup field_types".
*/
/**
@ -959,7 +959,7 @@ function hook_field_widget_error($element, $error, $form, &$form_state) {
/**
* @} End of "defgroup field_widget"
* @} End of "defgroup field_widget".
*/
@ -1198,7 +1198,7 @@ function hook_field_formatter_view($entity_type, $entity, $field, $instance, $la
}
/**
* @} End of "defgroup field_formatter"
* @} End of "defgroup field_formatter".
*/
/**
@ -1554,11 +1554,11 @@ function hook_field_attach_delete_bundle($entity_type, $bundle, $instances) {
}
/**
* @} End of "defgroup field_attach"
* @} End of "defgroup field_attach".
*/
/**
* @ingroup field_storage
* @addtogroup field_storage
* @{
*/
@ -2391,11 +2391,11 @@ function hook_field_widget_properties_ENTITY_TYPE_alter(&$widget, $context) {
}
/**
* @} End of "ingroup field_storage"
* @} End of "addtogroup field_storage".
*/
/**
* @ingroup field_crud
* @addtogroup field_crud
* @{
*/
@ -2644,7 +2644,7 @@ function hook_field_storage_purge($entity_type, $entity, $field, $instance) {
}
/**
* @} End of "ingroup field_crud"
* @} End of "addtogroup field_crud".
*/
/**
@ -2675,5 +2675,5 @@ function hook_field_access($op, $field, $entity_type, $entity, $account) {
}
/**
* @} End of "addtogroup hooks"
* @} End of "addtogroup hooks".
*/

View File

@ -65,7 +65,7 @@ define('FIELD_STORAGE_UPDATE', 'update');
define('FIELD_STORAGE_INSERT', 'insert');
/**
* @} End of "defgroup field_storage"
* @} End of "defgroup field_storage".
*/
/**
@ -1365,5 +1365,5 @@ function field_attach_delete_bundle($entity_type, $bundle) {
/**
* @} End of "defgroup field_attach"
* @} End of "defgroup field_attach".
*/

View File

@ -890,5 +890,5 @@ function field_info_storage_settings($type) {
}
/**
* @} End of "defgroup field_info"
* @} End of "defgroup field_info".
*/

View File

@ -434,7 +434,7 @@ function field_update_7001() {
}
/**
* @} End of "addtogroup updates-6.x-to-7.x"
* @} End of "addtogroup updates-6.x-to-7.x".
*/
/**
@ -458,5 +458,5 @@ function field_update_7002() {
}
/**
* @} End of "addtogroup updates-7.x-extra"
* @} End of "addtogroup updates-7.x-extra".
*/

View File

@ -1116,7 +1116,7 @@ function template_process_field(&$variables, $hook) {
}
}
/**
* @} End of "defgroup field"
* @} End of "defgroup field".
*/
/**

View File

@ -211,5 +211,5 @@ function field_sql_storage_update_7002() {
}
/**
* @} End of "addtogroup updates-6.x-to-7.x"
* @} End of "addtogroup updates-6.x-to-7.x".
*/

View File

@ -200,5 +200,5 @@ function hook_field_formatter_settings_summary($field, $instance, $view_mode) {
}
/**
* @} End of "addtogroup field_types"
* @} End of "addtogroup field_types".
*/

View File

@ -490,5 +490,5 @@ function filter_update_7010() {
}
/**
* @} End of "addtogroup updates-6.x-to-7.x"
* @} End of "addtogroup updates-6.x-to-7.x".
*/

View File

@ -440,7 +440,7 @@ function forum_update_7003() {
}
/**
* @} End of "addtogroup updates-7.x-extra"
* @} End of "addtogroup updates-7.x-extra".
*/
/**

View File

@ -134,7 +134,7 @@ function locale_update_7003() {
}
/**
* @} End of "addtogroup updates-6.x-to-7.x"
* @} End of "addtogroup updates-6.x-to-7.x".
*/
/**
@ -202,7 +202,7 @@ function locale_update_7004() {
}
/**
* @} End of "addtogroup updates-7.x-extra"
* @} End of "addtogroup updates-7.x-extra".
*/
/**

View File

@ -915,5 +915,5 @@ function node_update_7013() {
}
/**
* @} End of "addtogroup updates-6.x-to-7.x"
* @} End of "addtogroup updates-6.x-to-7.x".
*/

View File

@ -156,5 +156,5 @@ function openid_update_6000() {
}
/**
* @} End of "addtogroup updates-6.x-to-7.x"
* @} End of "addtogroup updates-6.x-to-7.x".
*/

View File

@ -154,5 +154,5 @@ function statistics_update_7000() {
}
/**
* @} End of "addtogroup updates-6.x-to-7.x"
* @} End of "addtogroup updates-6.x-to-7.x".
*/

View File

@ -6,7 +6,7 @@
*/
/**
* @ingroup image
* @addtogroup image
* @{
*/
@ -363,5 +363,5 @@ function image_gd_get_info(stdClass $image) {
}
/**
* @} End of "ingroup image".
* @} End of "addtogroup image".
*/

View File

@ -2983,7 +2983,7 @@ function system_update_7072() {
}
/**
* @} End of "defgroup updates-6.x-to-7.x"
* @} End of "defgroup updates-6.x-to-7.x".
* The next series of updates should start at 8000.
*/
@ -3016,6 +3016,6 @@ function system_update_7073() {
}
/**
* @} End of "defgroup updates-7.x-extra"
* @} End of "defgroup updates-7.x-extra".
* The next series of updates should start at 8000.
*/

View File

@ -1904,5 +1904,5 @@ function taxonomy_taxonomy_term_delete($term) {
}
/**
* @} End of "defgroup taxonomy_index"
* @} End of "defgroup taxonomy_index".
*/

View File

@ -221,5 +221,5 @@ function tracker_update_7000() {
}
/**
* @} End of "addtogroup updates-6.x-to-7.x"
* @} End of "addtogroup updates-6.x-to-7.x".
*/

View File

@ -186,5 +186,5 @@ function update_update_7001() {
}
/**
* @} End of "addtogroup updates-6.x-to-7.x"
* @} End of "addtogroup updates-6.x-to-7.x".
*/

View File

@ -891,7 +891,7 @@ function user_update_7017() {
}
/**
* @} End of "addtogroup updates-6.x-to-7.x"
* @} End of "addtogroup updates-6.x-to-7.x".
*/
/**
@ -909,5 +909,5 @@ function user_update_7018() {
}
/**
* @} End of "addtogroup updates-7.x-extra"
* @} End of "addtogroup updates-7.x-extra".
*/