Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/reference/cdt_u_fprop_toolsettings.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_u_fprop_toolsettings.htm34
1 files changed, 19 insertions, 15 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fprop_toolsettings.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fprop_toolsettings.htm
index a2900486b5c..210b968ddc6 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fprop_toolsettings.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fprop_toolsettings.htm
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Language" content="en-us">
@@ -7,13 +7,13 @@
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
-<h1>C/C++ Folder Properties, Build, Settings, Tool settings tab</h1>
+<h1 role="main">C/C++ Folder Properties, Build, Settings, Tool settings tab</h1>
Customizes the tools and tool options used in your build configuration.
<p><img img="" src="../images/cdt_fold_toolsett.png"
alt="C/C++ Folder Properties, Build, Settings, Tool settings tab"></p>
<p></p>
-<p><img border="0" src="../images/ngref.gif" alt="Related reference"
+<p><img src="../images/ngref.gif" alt="Related reference"
width="143" height="21"><br>
<table cellpadding="5" cellspacing="0" border="1" >
@@ -25,27 +25,31 @@ Customizes the tools and tool options used in your build configuration.
<col width="70%" valign="top" >
</colgroup>
<tbody>
+ <tr class="hidden">
+ <th id="option">Option</th>
+ <th id="description">Description</th>
+ </tr>
<tr>
- <td><strong>Configuration</strong></td>
- <td><a href="cdt_u_prop_all.htm">Click here for a description.</a></td>
+ <td headers="option"><strong>Configuration</strong></td>
+ <td headers="description"><a href="cdt_u_prop_all.htm">Click here for a description.</a></td>
</tr>
<tr>
- <td><strong>Manage configurations</strong></td>
- <td><a href="cdt_u_prop_all.htm">Click here for a description.</a></td>
+ <td headers="option"><strong>Manage configurations</strong></td>
+ <td headers="description"><a href="cdt_u_prop_all.htm">Click here for a description.</a></td>
</tr>
<tr>
- <td>(Left pane)</td>
- <td>Displays a list of tools and their option categories. Select a desired tool from the list to modify its options.</tr>
+ <td headers="option">(Left pane)</td>
+ <td headers="description">Displays a list of tools and their option categories. Select a desired tool from the list to modify its options.</tr>
<tr>
- <td>(Right pane)</td>
- <td>Displays the options that you can modify for the selected tool. This list of options changes depending on which options category you select for a specific tool in the left pane.</td>
+ <td headers="option">(Right pane)</td>
+ <td headers="description">Displays the options that you can modify for the selected tool. This list of options changes depending on which options category you select for a specific tool in the left pane.</td>
</tr>
</tbody>
</table>
<br>
<p><strong>Available for:</strong> CDT projects, folders and source files</p>
-<p style="margin-top: 0pt; margin-bottom: 0pt;"><img border="0"
+<p style="margin-top: 0pt; margin-bottom: 0pt;"><img
src="../images/ngref.gif" alt="Related reference" width="143"
height="21"><br>
@@ -54,13 +58,13 @@ Customizes the tools and tool options used in your build configuration.
<li><a href="cdt_u_prop_resource.htm">Project Properties, Resource page</a>
<li><a href="cdt_u_prop_builders.htm">Project Properties, Builders page</a>
<li><a href="cdt_u_prop_all.htm">Project Properties, common C/C++ Configurations handling</a>
- <ul type="disc">
+ <ul style="list-style-type: disc">
<li><a href="cdt_u_prop_manage_dialog.htm">Manage Configurations dialog</a>
<li><a href="cdt_u_prop_manage_newdialog.htm">Create Configuration dialog</a>
<li><a href="cdt_u_prop_manage_rendialog.htm">Rename Configuration dialog</a>
</ul>
<li><a href="cdt_u_prop_build.htm">Project Properties, C/C++ Build category</a>
- <ul type="disc">
+ <ul style="list-style-type: disc">
<li><a href="cdt_u_prop_build_discovery.htm">Discovery options page</a>
<li><a href="cdt_u_prop_build_environment.htm">Environment page</a>
<li>Settings page
@@ -75,7 +79,7 @@ Customizes the tools and tool options used in your build configuration.
<li><a href="cdt_u_prop_build_variables.htm">Variables page</a>
</ul>
<li>Project Properties, <a href="cdt_u_prop_general.htm">C/C++ General category</a>
- <ul type="disc">
+ <ul style="list-style-type: disc">
<li><a href="cdt_u_prop_general_doc.htm">Documentation page</a>
<li><a href="cdt_u_prop_general_exp.htm">Export Settings page</a>
<!--ul>

Back to the top