Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_vars.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_vars.htm28
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_vars.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_vars.htm
index 93cb1a17264..a31c04e56c7 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_vars.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_vars.htm
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
@@ -11,9 +11,9 @@
<body>
-<h1>Build Variables preferences</h1>
+<h1 role="main">Build Variables preferences</h1>
-<p>Use the <img src="../images/command_link.png" border="0" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.managedbuilder.ui.preferences.PrefPage_Vars)")'>Build Variables</a> preference panel to add, edit, or remove local build variables. Local build variables are displayed in <strong>bold</strong> text.</p>
+<p>Use the <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.managedbuilder.ui.preferences.PrefPage_Vars)")'>Build Variables</a> preference panel to add, edit, or remove local build variables. Local build variables are displayed in <strong>bold</strong> text.</p>
<p><img src="../images/cdt_pref_build_vars.png" alt="Build Variables Preferences Page"></p>
<table width="600px" cellpadding="5" cellspacing="0" border="1" fgcolor="DDD" >
@@ -24,33 +24,33 @@
</colgroup>
<thead>
<tr>
- <th><strong>Option</strong></th>
- <th><strong>Description</strong></th>
+ <th id="option"><strong>Option</strong></th>
+ <th id="description"><strong>Description</strong></th>
</tr>
</thead>
<tbody>
<tr valign="top" >
- <td><strong>Add...</strong></td>
- <td>Click to <a href="../tasks/cdt_t_add_build_var.htm">add</a> a new build variable in the <strong>Define a New Build Variable</strong> dialog box.</td>
+ <td headers="option"><strong>Add...</strong></td>
+ <td headers="description">Click to <a href="../tasks/cdt_t_add_build_var.htm">add</a> a new build variable in the <strong>Define a New Build Variable</strong> dialog box.</td>
</tr>
<tr valign="top" >
- <td><strong>Edit...</strong></td>
- <td>Click to edit the selected build variable.</td>
+ <td headers="option"><strong>Edit...</strong></td>
+ <td headers="description">Click to edit the selected build variable.</td>
</tr>
<tr valign="top" >
- <td><strong>Remove</strong></td>
- <td>Click to remove the select build variable. <br><br>
+ <td headers="option"><strong>Remove</strong></td>
+ <td headers="description">Click to remove the select build variable. <br><br>
NOTE: System variables cannot be removed.</td>
</tr>
<tr valign="top" >
- <td><strong>Show system variables</strong></td>
- <td>Enable to display system variables in the variables list.</td>
+ <td headers="option"><strong>Show system variables</strong></td>
+ <td headers="description">Enable to display system variables in the variables list.</td>
</tr>
</tbody>
</table>
-<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"><br>
+<p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21"><br>
<a href="cdt_u_pref_build.htm">Build preferences</a></p>
<hr>
<img src="../images/nokiaCopyright.png" ALT="Nokia Copyright Statement" >

Back to the top