Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
467a8252
Commit
467a8252
authored
May 17, 2012
by
Jennifer Hodgdon
Browse files
Issue
#1358944
by wulff, Désiré: Fix ingroup/addtogroup syntax
parent
25713f0b
Changes
29
Hide whitespace changes
Inline
Side-by-side
core/includes/bootstrap.inc
View file @
467a8252
...
...
@@ -2814,7 +2814,7 @@ function ip_address() {
}
/**
* @
in
group registry
* @
addto
group registry
* @{
*/
...
...
@@ -3049,7 +3049,7 @@ function registry_update() {
}
/**
* @} End of "
in
group registry".
* @} End of "
addto
group registry".
*/
/**
...
...
core/includes/common.inc
View file @
467a8252
...
...
@@ -1020,7 +1020,7 @@ function drupal_http_request($url, array $options = array()) {
return
$result
;
}
/**
* @} End of "
HTTP
handling".
* @} End of "
defgroup http_
handling".
*/
/**
...
...
core/includes/database.inc
View file @
467a8252
...
...
@@ -574,7 +574,7 @@ function db_condition($conjunction) {
/**
* @
in
group schemaapi
* @
addto
group schemaapi
* @{
*/
...
...
@@ -891,7 +891,7 @@ function db_change_field($table, $field, $field_new, $spec, $keys_new = array())
}
/**
* @} End of "
in
group schemaapi".
* @} End of "
addto
group schemaapi".
*/
/**
...
...
core/includes/gettext.inc
View file @
467a8252
...
...
@@ -1127,5 +1127,5 @@ function _locale_export_wrap($str, $len) {
}
/**
* @} End of "locale-api-import-export"
* @} End of "
defgroup
locale-api-import-export"
.
*/
core/includes/menu.inc
View file @
467a8252
...
...
@@ -121,7 +121,7 @@
const
MENU_IS_LOCAL_ACTION
=
0x0100
;
/**
* @} End of "
M
enu
flags".
* @} End of "
defgroup m
enu
_
flags".
*/
/**
...
...
@@ -186,7 +186,7 @@
define
(
'MENU_LOCAL_ACTION'
,
MENU_IS_LOCAL_TASK
|
MENU_IS_LOCAL_ACTION
|
MENU_VISIBLE_IN_BREADCRUMB
);
/**
* @} End of "
M
enu
item
types".
* @} End of "
defgroup m
enu
_
item
_
types".
*/
/**
...
...
@@ -214,7 +214,7 @@
const
MENU_CONTEXT_INLINE
=
0x0002
;
/**
* @} End of "
M
enu
context
types".
* @} End of "
defgroup m
enu
_
context
_
types".
*/
/**
...
...
@@ -244,7 +244,7 @@
const
MENU_SITE_ONLINE
=
5
;
/**
* @} End of "
M
enu
status
codes".
* @} End of "
defgroup m
enu
_
status
_
codes".
*/
/**
...
...
@@ -266,7 +266,7 @@
/**
* @} End of "
M
enu
tree
parameters".
* @} End of "
defgroup m
enu
_
tree
_
parameters".
*/
/**
...
...
core/includes/pager.inc
View file @
467a8252
...
...
@@ -643,7 +643,7 @@ function theme_pager_link($variables) {
}
/**
* @} End of "
P
ager
pieces".
* @} End of "
defgroup p
agerpieces".
*/
/**
...
...
core/includes/schema.inc
View file @
467a8252
...
...
@@ -9,7 +9,7 @@
use
Drupal\Core\Utility\SchemaCache
;
/**
* @
in
group schemaapi
* @
addto
group schemaapi
* @{
*/
...
...
@@ -518,5 +518,5 @@ function drupal_write_record($table, &$record, $primary_keys = array()) {
}
/**
* @} End of "
in
group schemaapi".
* @} End of "
addto
group schemaapi".
*/
core/includes/theme.inc
View file @
467a8252
...
...
@@ -31,7 +31,7 @@
const
MARK_UPDATED
=
2
;
/**
* @} End of "
Content marker
s".
* @} End of "
defgroup content_flag
s".
*/
/**
...
...
@@ -1530,7 +1530,7 @@ function theme_disable($theme_list) {
}
/**
* @
in
group themeable
* @
addto
group themeable
* @{
*/
...
...
@@ -2323,7 +2323,7 @@ function theme_indentation($variables) {
}
/**
* @} End of "
in
group themeable".
* @} End of "
addto
group themeable".
*/
/**
...
...
core/includes/update.inc
View file @
467a8252
...
...
@@ -949,5 +949,5 @@ function update_variables_to_config($config_name, array $variable_map = array())
*/
/**
* @} End of "defgroup update-api-7.x-to-8.x"
* @} End of "defgroup update-api-7.x-to-8.x"
.
*/
core/lib/Drupal/Core/Database/Driver/mysql/Connection.php
View file @
467a8252
...
...
@@ -15,7 +15,7 @@
use
PDOException
;
/**
* @
in
group database
* @
addto
group database
* @{
*/
...
...
@@ -207,5 +207,5 @@ protected function popCommittableTransactions() {
/**
* @} End of "
in
group database".
* @} End of "
addto
group database".
*/
core/lib/Drupal/Core/Database/Driver/mysql/Schema.php
View file @
467a8252
...
...
@@ -16,7 +16,7 @@
use
Exception
;
/**
* @
in
group schemaapi
* @
addto
group schemaapi
* @{
*/
...
...
@@ -541,5 +541,5 @@ public function fieldExists($table, $column) {
}
/**
* @} End of "
in
group schemaapi".
* @} End of "
addto
group schemaapi".
*/
core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php
View file @
467a8252
...
...
@@ -15,7 +15,7 @@
use
PDOException
;
/**
* @
in
group database
* @
addto
group database
* @{
*/
...
...
@@ -211,5 +211,5 @@ public function nextId($existing = 0) {
}
/**
* @} End of "
in
group database".
* @} End of "
addto
group database".
*/
core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
View file @
467a8252
...
...
@@ -16,7 +16,7 @@
use
Exception
;
/**
* @
in
group schemaapi
* @
addto
group schemaapi
* @{
*/
...
...
@@ -627,5 +627,5 @@ public function getComment($table, $column = NULL) {
}
/**
* @} End of "
in
group
database
".
* @} End of "
addto
group
schemaapi
".
*/
core/lib/Drupal/Core/Database/Driver/pgsql/Select.php
View file @
467a8252
...
...
@@ -10,7 +10,7 @@
use
Drupal\Core\Database\Query\Select
as
QuerySelect
;
/**
* @
in
group database
* @
addto
group database
* @{
*/
...
...
@@ -107,5 +107,5 @@ public function orderBy($field, $direction = 'ASC') {
}
/**
* @} End of "
in
group database".
* @} End of "
addto
group database".
*/
core/modules/block/block.install
View file @
467a8252
...
...
@@ -267,6 +267,6 @@ function block_update_8001() {
}
/**
* @} End of "addtogroup updates-7.x-to-8.x"
* @} End of "addtogroup updates-7.x-to-8.x"
.
* The next series of updates should start at 9000.
*/
core/modules/comment/comment.install
View file @
467a8252
...
...
@@ -282,6 +282,6 @@ function comment_update_8000() {
}
/**
* @} End of "addtogroup updates-7.x-to-8.x"
* @} End of "addtogroup updates-7.x-to-8.x"
.
* The next series of updates should start at 9000.
*/
core/modules/field/field.api.php
View file @
467a8252
...
...
@@ -678,7 +678,7 @@ function hook_field_is_empty($item, $field) {
}
/**
* @} End of "defgroup field_types"
* @} End of "defgroup field_types"
.
*/
/**
...
...
@@ -960,7 +960,7 @@ function hook_field_widget_error($element, $error, $form, &$form_state) {
/**
* @} End of "defgroup field_widget"
* @} End of "defgroup field_widget"
.
*/
...
...
@@ -1199,11 +1199,11 @@ function hook_field_formatter_view($entity_type, $entity, $field, $instance, $la
}
/**
* @} End of "defgroup field_formatter"
* @} End of "defgroup field_formatter"
.
*/
/**
* @
in
group field_attach
* @
addto
group field_attach
* @{
*/
...
...
@@ -1555,11 +1555,11 @@ function hook_field_attach_delete_bundle($entity_type, $bundle, $instances) {
}
/**
* @} End of "
def
group field_attach"
* @} End of "
addto
group field_attach"
.
*/
/**
* @
in
group field_storage
* @
addto
group field_storage
* @{
*/
...
...
@@ -2392,11 +2392,11 @@ function hook_field_widget_properties_ENTITY_TYPE_alter(&$widget, $context) {
}
/**
* @} End of "
in
group field_storage"
* @} End of "
addto
group field_storage"
.
*/
/**
* @
in
group field_crud
* @
addto
group field_crud
* @{
*/
...
...
@@ -2646,7 +2646,7 @@ function hook_field_storage_purge($entity_type, $entity, $field, $instance) {
}
/**
* @} End of "
in
group field_crud"
* @} End of "
addto
group field_crud"
.
*/
/**
...
...
@@ -2677,5 +2677,5 @@ function hook_field_access($op, $field, $entity_type, $entity, $account) {
}
/**
* @} End of "addtogroup hooks"
* @} End of "addtogroup hooks"
.
*/
core/modules/field/field.attach.inc
View file @
467a8252
...
...
@@ -43,7 +43,7 @@
const
FIELD_STORAGE_INSERT
=
'insert'
;
/**
* @} End of "defgroup field_storage"
* @} End of "defgroup field_storage"
.
*/
/**
...
...
@@ -1344,5 +1344,5 @@ function field_attach_delete_bundle($entity_type, $bundle) {
/**
* @} End of "defgroup field_attach"
* @} End of "defgroup field_attach"
.
*/
core/modules/field/field.info.inc
View file @
467a8252
...
...
@@ -901,5 +901,5 @@ function field_info_storage_settings($type) {
}
/**
* @} End of "defgroup field_info"
* @} End of "defgroup field_info"
.
*/
core/modules/field/field.module
View file @
467a8252
...
...
@@ -1097,7 +1097,7 @@ function template_process_field(&$variables, $hook) {
}
}
/**
* @} End of "defgroup field"
* @} End of "defgroup field"
.
*/
/**
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment