1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 09:46:02 +02:00

Bug 307593 - [Accessibility] CDT documentation has accessibility issues

This commit is contained in:
Vivian Kong 2010-05-03 14:45:49 +00:00
parent 47d095cfd4
commit 66ef5c2e80

View file

@ -12,7 +12,7 @@
Include Browser view Include Browser view
</h1> </h1>
<p> <p>
The <img src="../images/command_link.png" border="0" alt="" /> <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.cdt.ui.includeBrowser)")'>Include Browser</a> view shows the <tt>&lt;include&gt;</tt> and <tt>#include</tt> relationships between source and header files. The <img src="../images/command_link.png" border="0" alt="" /> <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.cdt.ui.includeBrowser)")'>Include Browser</a> view shows the <span class="typewriter">&lt;include&gt;</span> and <span class="typewriter">#include</span> relationships between source and header files.
</p> </p>
<p><img src="../images/view_include_browser.png" border="0" alt="Include Browser view" /></p> <p><img src="../images/view_include_browser.png" border="0" alt="Include Browser view" /></p>
<h2 class="Head"> <h2 class="Head">