Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
db538c82
Commit
db538c82
authored
Jan 03, 2011
by
webchick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#987384
follow-up by h_peter, jhodgdon: Further clean-ups to group topics.
parent
e193ae2b
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
22 additions
and
17 deletions
+22
-17
includes/database/schema.inc
includes/database/schema.inc
+1
-0
includes/form.inc
includes/form.inc
+2
-0
includes/locale.inc
includes/locale.inc
+2
-2
includes/menu.inc
includes/menu.inc
+4
-2
includes/pager.inc
includes/pager.inc
+3
-2
includes/update.inc
includes/update.inc
+1
-1
modules/field/field.multilingual.inc
modules/field/field.multilingual.inc
+1
-1
modules/locale/locale.admin.inc
modules/locale/locale.admin.inc
+1
-1
modules/node/node.api.php
modules/node/node.api.php
+1
-3
modules/node/node.module
modules/node/node.module
+1
-1
modules/system/system.queue.inc
modules/system/system.queue.inc
+2
-0
modules/system/theme.api.php
modules/system/theme.api.php
+1
-2
modules/taxonomy/taxonomy.module
modules/taxonomy/taxonomy.module
+2
-2
No files found.
includes/database/schema.inc
View file @
db538c82
...
...
@@ -11,6 +11,7 @@
/**
* @defgroup schemaapi Schema API
* @{
* API to handle database schemas.
*
* A Drupal schema definition is an array structure representing one or
* more tables and their related keys and indexes. A schema is defined by
...
...
includes/form.inc
View file @
db538c82
...
...
@@ -3986,6 +3986,8 @@ function _form_set_class(&$element, $class = array()) {
/**
* @defgroup batch Batch operations
* @{
* Create and process batch operations.
*
* Functions allowing forms processing to be spread out over several page
* requests, thus ensuring that the processing does not get interrupted
* because of a PHP timeout, while allowing the user to receive feedback
...
...
includes/locale.inc
View file @
db538c82
...
...
@@ -424,7 +424,7 @@ function locale_string_is_safe($string) {
}
/**
* @defgroup locale-api-add Language addition API
.
* @defgroup locale-api-add Language addition API
* @{
* Add a language.
*
...
...
@@ -1599,7 +1599,7 @@ function _locale_export_remove_plural($entry) {
*/
/**
* @defgroup locale-api-seek Translation search API
.
* @defgroup locale-api-seek Translation search API
* @{
* Functions to search in translation files.
*
...
...
includes/menu.inc
View file @
db538c82
...
...
@@ -125,8 +125,10 @@
/**
* @defgroup menu_item_types Menu item types
* @{
* Definitions for various menu types.
*
* Menu item definitions provide one of these constants, which are shortcuts for
* combinations of
the above flags
.
* combinations of
@link menu_flags Menu flags @endlink
.
*/
/**
...
...
@@ -251,7 +253,7 @@
/**
* @defgroup menu_tree_parameters Menu tree parameters
* @{
*
M
enu tree
*
Parameters for a m
enu tree
.
*/
/**
...
...
includes/pager.inc
View file @
db538c82
...
...
@@ -431,8 +431,9 @@ function theme_pager($variables) {
/**
* @defgroup pagerpieces Pager pieces
* @{
* Use these pieces to construct your own custom pagers in your theme. Note that
* you should NOT modify this file to customize your pager.
* Use these pieces to construct your own custom pagers in your theme.
*
* Note that you should NOT modify this file to customize your pager.
*/
/**
...
...
includes/update.inc
View file @
db538c82
...
...
@@ -1448,7 +1448,7 @@ function update_retrieve_dependencies() {
}
/**
* @defgroup update-api-6.x-to-7.x Update versions of API functions
.
* @defgroup update-api-6.x-to-7.x Update versions of API functions
* @{
* Functions similar to normal API function but not firing hooks.
*
...
...
modules/field/field.multilingual.inc
View file @
db538c82
...
...
@@ -7,7 +7,7 @@
*/
/**
* @defgroup field_language Field
l
anguage API
* @defgroup field_language Field
L
anguage API
* @{
* Handling of multilingual fields.
*
...
...
modules/locale/locale.admin.inc
View file @
db538c82
...
...
@@ -743,7 +743,7 @@ function locale_language_providers_session_form($form, &$form_state) {
*/
/**
* @defgroup locale-translate-administration-screens Translation administration screens
.
* @defgroup locale-translate-administration-screens Translation administration screens
* @{
* Screens for translation administration.
*
...
...
modules/node/node.api.php
View file @
db538c82
...
...
@@ -9,9 +9,7 @@
/**
* @defgroup node_api_hooks Node API Hooks
* @{
* The Node API allows modules to define content types, to modify content
* types created in the user interface, and to modify content types created by
* other modules.
* Functions to define and modify content types.
*
* Each content type is maintained by a primary module, which is either
* node.module (for content types created in the user interface) or the
...
...
modules/node/node.module
View file @
db538c82
...
...
@@ -3491,7 +3491,7 @@ function _node_access_rebuild_batch_finished($success, $results, $operations) {
/**
* @defgroup node_content Hook implementations for user-created content types
.
* @defgroup node_content Hook implementations for user-created content types
* @{
* Functions that implement hooks for user-created content types.
*/
...
...
modules/system/system.queue.inc
View file @
db538c82
...
...
@@ -9,6 +9,8 @@
/**
* @defgroup queue Queue operations
* @{
* Queue items to allow later processing.
*
* The queue system allows placing items in a queue and processing them later.
* The system tries to ensure that only one consumer can process an item.
*
...
...
modules/system/theme.api.php
View file @
db538c82
...
...
@@ -4,8 +4,7 @@
/**
* @defgroup themeable Default theme implementations
* @{
* Functions and templates that present output to the user, and can be
* implemented by themes.
* Functions and templates for the user interface to be implemented by themes.
*
* Drupal's presentation layer is a pluggable system known as the theme
* layer. Each theme can take control over most of Drupal's output, and
...
...
modules/taxonomy/taxonomy.module
View file @
db538c82
...
...
@@ -1621,7 +1621,7 @@ function taxonomy_rdf_mapping() {
}
/**
* @defgroup taxonomy
index
ing
Taxonomy
functions maintaining {taxonomy_index}.
* @defgroup taxonomy
_
index Taxonomy
indexing
* @{
* Functions to maintain taxonomy indexing.
*
...
...
@@ -1725,5 +1725,5 @@ function taxonomy_taxonomy_term_delete($term) {
}
/**
* @} End of "defgroup taxonomy
index
ing
"
* @} End of "defgroup taxonomy
_
index"
*/
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