Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdoc/org.eclipse.cdt.doc.user/reference/cdt_o_menu.htm22
-rwxr-xr-x[-rw-r--r--]doc/org.eclipse.cdt.doc.user/topics_Reference.xml22
2 files changed, 16 insertions, 28 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_menu.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_menu.htm
index 1afd5a0f200..b8e7abfb193 100755
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_menu.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_menu.htm
@@ -14,26 +14,8 @@
<p><img src="../images/cdt_menubar.png"
alt="C/C++ perspective main menu">
</p>
- <img src="../images/trans.gif" width="25" height="1" alt="">
-<a style="text-decoration:none" href="cdt_u_m_file.htm">File Menu actions</a><br>
- <img src="../images/trans.gif" width="25" height="1" alt="">
-<a style="text-decoration:none" href="cdt_u_m_edit.htm">Edit Menu actions</a><br>
- <img src="../images/trans.gif" width="25" height="1" alt="">
-<a style="text-decoration:none" href="cdt_u_m_source.htm">Source Menu actions</a><br>
- <img src="../images/trans.gif" width="25" height="1" alt="">
-<a style="text-decoration:none" href="cdt_u_m_refactor.htm">Refactor Menu actions</a><br>
- <img src="../images/trans.gif" width="25" height="1" alt="">
-<a style="text-decoration:none" href="cdt_u_m_navigate.htm">Navigate Menu actions</a><br>
- <img src="../images/trans.gif" width="25" height="1" alt="">
-<a style="text-decoration:none" href="cdt_u_m_search.htm">Search Menu actions</a><br>
- <img src="../images/trans.gif" width="25" height="1" alt="">
-<a style="text-decoration:none" href="cdt_u_m_project.htm">Project Menu actions</a><br>
- <img src="../images/trans.gif" width="25" height="1" alt="">
-<a style="text-decoration:none" href="cdt_u_m_run.htm">Run Menu actions</a><br>
- <img src="../images/trans.gif" width="25" height="1" alt="">
-<a style="text-decoration:none" href="cdt_u_m_window.htm">Window Menu actions</a><br>
- <img src="../images/trans.gif" width="25" height="1" alt="">
-<a style="text-decoration:none" href="PLUGINS_ROOT/org.eclipse.platform.doc.user/reference/ref-61.htm">Help Menu actions</a> (from Workbench User Guide)<br>
+<!--INSERT_CHILD_LINKS-->
+
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</p>
</div></body>
diff --git a/doc/org.eclipse.cdt.doc.user/topics_Reference.xml b/doc/org.eclipse.cdt.doc.user/topics_Reference.xml
index 0d51605e400..c76d7221b40 100644..100755
--- a/doc/org.eclipse.cdt.doc.user/topics_Reference.xml
+++ b/doc/org.eclipse.cdt.doc.user/topics_Reference.xml
@@ -38,14 +38,20 @@
<!-- MENUBAR TOPICS -->
<topic label="C/C++ Menubar" href="reference/cdt_o_menu.htm">
- <topic label="File Menu actions" href="reference/cdt_u_m_file.htm"/>
- <topic label="Edit Menu actions" href="reference/cdt_u_m_edit.htm"/>
- <topic label="Refactor Menu actions" href="reference/cdt_u_m_refactor.htm"/>
- <topic label="Navigate Menu actions" href="reference/cdt_u_m_navigate.htm"/>
- <topic label="Search Menu actions" href="reference/cdt_u_m_search.htm"/>
- <topic label="Project Menu actions" href="reference/cdt_u_m_project.htm"/>
- <topic label="Run Menu actions" href="reference/cdt_u_m_run.htm"/>
- <topic label="Window Menu actions" href="reference/cdt_u_m_window.htm"/>
+ <topic label="File Menu" href="reference/cdt_u_m_file.htm"/>
+ <topic label="Edit Menu" href="reference/cdt_u_m_edit.htm"/>
+ <topic href="reference/cdt_u_m_source.htm" label="Source Menu">
+ </topic>
+ <topic href="reference/cdt_u_m_refactor.htm" label="Refactor Menu">
+ </topic>
+ <topic label="Navigate Menu" href="reference/cdt_u_m_navigate.htm"/>
+ <topic label="Search Menu" href="reference/cdt_u_m_search.htm"/>
+ <topic label="Project Menu" href="reference/cdt_u_m_project.htm"/>
+ <topic label="Run Menu" href="reference/cdt_u_m_run.htm"/>
+ <topic href="reference/cdt_u_m_window.htm" label="Window Menu">
+ </topic>
+ <topic href="PLUGINS_ROOT/org.eclipse.platform.doc.user/reference/ref-61.htm" label="Help Menu">
+ </topic>
</topic>
<topic label="C/C++ Toolbar" href="reference/cdt_u_toolbar.htm"/>

Back to the top