Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Commits
1dc503a5
Commit
1dc503a5
authored
Jan 4, 2010
by
Angie Byron
Browse files
Options
Downloads
Patches
Plain Diff
#669374
by jhodgdon: Change @verbatim in Doxygen to @code.
parent
0a1009e5
No related branches found
No related tags found
2 merge requests
!7452
Issue #1797438. HTML5 validation is preventing form submit and not fully...
,
!789
Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
includes/install.inc
+2
-2
2 additions, 2 deletions
includes/install.inc
includes/theme.inc
+4
-4
4 additions, 4 deletions
includes/theme.inc
with
6 additions
and
6 deletions
includes/install.inc
+
2
−
2
View file @
1dc503a5
...
...
@@ -1066,12 +1066,12 @@ function drupal_check_module($module) {
* 'Drupal'.
*
* Example of .info file:
* @
verbatim
* @
code
* name = Minimal
* description = Start fresh, with only a few modules enabled.
* dependencies[] = block
* dependencies[] = dblog
* @end
verbatim
* @end
code
*
* @param profile
* Name of profile.
...
...
This diff is collapsed.
Click to expand it.
includes/theme.inc
+
4
−
4
View file @
1dc503a5
...
...
@@ -1670,7 +1670,7 @@ function theme_submenu($variables) {
* - "header": Indicates this cell is a header.
* - Any HTML attributes, such as "colspan", to apply to the table cell.
* Here's an example for $rows:
* @
verbatim
* @
code
* $rows = array(
* // Simple row
* array(
...
...
@@ -1681,7 +1681,7 @@ function theme_submenu($variables) {
* 'data' => array('Cell 1', array('data' => 'Cell 2', 'colspan' => 2)), 'class' => array('funky')
* )
* );
* @end
verbatim
* @end
code
* - attributes: An array of HTML attributes to apply to the table tag.
* - caption: A localized string to use for the <caption> tag.
* - colgroups: An array of column groups. Each element of the array can be
...
...
@@ -1693,7 +1693,7 @@ function theme_submenu($variables) {
* "data" attribute with an array of columns, each of which is an
* associative array of HTML attributes.
* Here's an example for $colgroup:
* @
verbatim
* @
code
* $colgroup = array(
* // COLGROUP with one COL element.
* array(
...
...
@@ -1711,7 +1711,7 @@ function theme_submenu($variables) {
* 'class' => array('jazzy'), // Attribute for the COLGROUP element.
* ),
* );
* @end
verbatim
* @end
code
* These optional tags are used to group and set properties on columns
* within a table. For example, one may easily group three columns and
* apply same background style to all.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment