Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivian Kong2009-10-21 00:48:55 +0000
committerVivian Kong2009-10-21 00:48:55 +0000
commitce11bb2e21acb4366b6d8e0089d1e1a425d4995e (patch)
tree2f3bc9650086634b694dee7ed9790cd86670b775 /doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_binparser.htm
parent062ceb8bcfead3236950d252c83cb7fe75bff9b8 (diff)
downloadorg.eclipse.cdt-ce11bb2e21acb4366b6d8e0089d1e1a425d4995e.tar.gz
org.eclipse.cdt-ce11bb2e21acb4366b6d8e0089d1e1a425d4995e.tar.xz
org.eclipse.cdt-ce11bb2e21acb4366b6d8e0089d1e1a425d4995e.zip
bug 292836
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_binparser.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_binparser.htm12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_binparser.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_binparser.htm
index 202fbb0c827..0d00db3740a 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_binparser.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_binparser.htm
@@ -28,27 +28,27 @@ symbols of the object file using the C/C++ Projects view.</p>
</colgroup>
<tbody>
<tr>
- <td><dt>Configuration</dt></td>
+ <td><b>Configuration</b></td>
<td><a href="cdt_u_prop_all.htm">Click here for a description.</a></td>
</tr>
<tr>
- <td><dt>Manage configurations</dt></td>
+ <td><b>Manage configurations</b></td>
<td><a href="cdt_u_prop_all.htm">Click here for a description.</a></td>
</tr>
<tr>
- <td><dt>Binary Parser</dt> (top pane)</td>
+ <td><b>Binary Parser</b> (top pane)</td>
<td>Lists all of the binary parsers currently known to CDT. Select the parsers that you want to use, and select the corresponding line to edit parser's options, if required.</td>
</tr>
<tr>
- <td><dt>Binary Parser Option</dt></td>
+ <td><b>Binary Parser Option</b></td>
<td>Shows the parameters for the currently selected parser in the list above. Depending on the parser you select, the options in the list will be different (in particular, some may have no options at all).</td>
</tr>
<tr>
- <td><dt>Move up</dt></td>
+ <td><b>Move up</b></td>
<td>Moves the selected parser higher in list. <b>Note:</b> The order matters for selected parsers only: they are applied to binaries in the same sequence as defined by the user. The order is not preserved for unchecked parsers, so you do not have to move them.</td>
</tr>
<tr>
- <td><dt>Move down</dt></td>
+ <td><b>Move down</b></td>
<td>Move the selected parser lower in list. <b>Note:</b> The order matters for selected parsers only: they are applied to binaries in the same sequence as defined by the user. The order is not preserved for unchecked parsers, so you do not have to move them.</td>
</tr>
</tbody>

Back to the top