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
44c2bfdc
Commit
44c2bfdc
authored
Oct 08, 2010
by
webchick
Browse files
#898040
by jhodgdon: Replace @name with @defgroup in PHPDoc.
parent
d9e75f3a
Changes
6
Hide whitespace changes
Inline
Side-by-side
includes/bootstrap.inc
View file @
44c2bfdc
...
...
@@ -230,12 +230,6 @@
*/
define
(
'REQUEST_TIME'
,
$_SERVER
[
'REQUEST_TIME'
]);
/**
* @name Title text filtering flags
* @{
* Flags for use in drupal_set_title().
*/
/**
* Flag for drupal_set_title(); text is not sanitized, so run check_plain().
*/
...
...
@@ -246,10 +240,6 @@
*/
define
(
'PASS_THROUGH'
,
-
1
);
/**
* @} End of "Title text filtering flags".
*/
/**
* Signals that the registry lookup cache should be reset.
*/
...
...
includes/common.inc
View file @
44c2bfdc
...
...
@@ -378,7 +378,7 @@ function drupal_get_feeds($delimiter = "\n") {
}
/**
* @
name
HTTP handling
* @
defgroup http_handling
HTTP handling
* @{
* Functions to properly handle HTTP responses.
*/
...
...
includes/menu.inc
View file @
44c2bfdc
...
...
@@ -72,7 +72,7 @@
*/
/**
* @
name
Menu flags
* @
defgroup menu_flags
Menu flags
* @{
* Flags for use in the "type" attribute of menu items.
*/
...
...
@@ -122,7 +122,7 @@
*/
/**
* @
name
Menu item types
* @
defgroup menu_item_types
Menu item types
* @{
* Menu item definitions provide one of these constants, which are shortcuts for
* combinations of the above flags.
...
...
@@ -185,7 +185,7 @@
*/
/**
* @
name
Menu context types
* @
defgroup menu_context_types
Menu context types
* @{
* Flags for use in the "context" attribute of menu router items.
*/
...
...
@@ -213,7 +213,7 @@
*/
/**
* @
name
Menu status codes
* @
defgroup menu_status_codes
Menu status codes
* @{
* Status codes for menu callbacks.
*/
...
...
@@ -248,7 +248,7 @@
*/
/**
* @
Name
Menu tree parameters
* @
defgroup menu_tree_parameters
Menu tree parameters
* @{
* Menu tree
*/
...
...
includes/pager.inc
View file @
44c2bfdc
...
...
@@ -429,7 +429,7 @@ function theme_pager($variables) {
/**
* @
name
Pager pieces
* @
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.
...
...
includes/theme.inc
View file @
44c2bfdc
...
...
@@ -10,7 +10,7 @@
*/
/**
* @
name
Content markers
* @
defgroup content_flags
Content markers
* @{
* Markers used by theme_mark() and node_mark() to designate content.
* @see theme_mark(), node_mark()
...
...
modules/filter/filter.module
View file @
44c2bfdc
...
...
@@ -1102,7 +1102,7 @@ function theme_filter_guidelines($variables) {
}
/**
* @
name
Standard filters
* @
defgroup standard_filters
Standard filters
* @{
* Filters implemented by the filter.module.
*/
...
...
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