Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivian Kong2011-03-31 13:59:18 +0000
committerVivian Kong2011-03-31 13:59:18 +0000
commit6e469df334180a053050a18f800531a63fc7e3da (patch)
treefc789810ea2f496068aae8740f2bb06cae84b920 /doc/org.eclipse.cdt.doc.user/reference/cdt_o_run_dbg_pages.htm
parent26783a5bb50c46e882e9b9e6c01a6635c6d90f3d (diff)
downloadorg.eclipse.cdt-6e469df334180a053050a18f800531a63fc7e3da.tar.gz
org.eclipse.cdt-6e469df334180a053050a18f800531a63fc7e3da.tar.xz
org.eclipse.cdt-6e469df334180a053050a18f800531a63fc7e3da.zip
Bug 341483 - [Accessibility] CDT documentation has accessibility issues
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/reference/cdt_o_run_dbg_pages.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_o_run_dbg_pages.htm24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_run_dbg_pages.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_run_dbg_pages.htm
index 64cba4570ff..de31bae42ab 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_run_dbg_pages.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_run_dbg_pages.htm
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
@@ -10,20 +10,20 @@
<body>
-<h1>Run and Debug</h1>
+<h1 role="main">Run and Debug</h1>
<p>Types of Launch configurations supported by CDT</p>
- <img src="../images/trans.gif" border="0" width="25" height="1" alt="">C/C++ Local Application - run application on local host<br>
- <img src="../images/trans.gif" border="0" width="25" height="1" alt="">C/C++ Attach to Local Application - attach to already running application on the local host<br>
- <img src="../images/trans.gif" border="0" width="25" height="1" alt="">C/C++ Postmortem debugger - run debugger on "core" file<br>
- <img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_launch_group.htm">Launch Group</a> - launch multiple applications<br>
+ <img src="../images/trans.gif" width="25" height="1" alt="">C/C++ Local Application - run application on local host<br>
+ <img src="../images/trans.gif" width="25" height="1" alt="">C/C++ Attach to Local Application - attach to already running application on the local host<br>
+ <img src="../images/trans.gif" width="25" height="1" alt="">C/C++ Postmortem debugger - run debugger on "core" file<br>
+ <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_launch_group.htm">Launch Group</a> - launch multiple applications<br>
<p>Launch Configurations common tabs</p>
- <img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_main.htm">Main</a><br>
- <img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_arg.htm">Arguments</a><br>
- <img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_env.htm">Environment</a><br>
- <img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_dbg.htm">Debugger</a><br>
- <img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_srce.htm">Source</a><br>
- <img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_comm.htm">Common</a><br>
+ <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_main.htm">Main</a><br>
+ <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_arg.htm">Arguments</a><br>
+ <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_env.htm">Environment</a><br>
+ <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_dbg.htm">Debugger</a><br>
+ <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_srce.htm">Source</a><br>
+ <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_comm.htm">Common</a><br>
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>

Back to the top