Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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