1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Bug 402071: Update the ToC

Also use the INSERT_CHILD_LINKS feature, to avoid duplication.

Change-Id: I992e81df08fb9eb42b1725e90761ff1157f85d80
Reviewed-on: https://git.eclipse.org/r/11132
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
This commit is contained in:
Jesse Weinstein 2013-03-13 16:18:52 -04:00 committed by Sergey Prigogin
parent 7a715b258f
commit 821bae5912
2 changed files with 16 additions and 28 deletions

View file

@ -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>

22
doc/org.eclipse.cdt.doc.user/topics_Reference.xml Normal file → Executable file
View file

@ -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"/>