core/com.nokia.carbide.cpp.leavescan/html/toolTOC.xml
author chpeckha
Tue, 25 May 2010 13:19:07 -0500
changeset 1398 53b756905916
parent 0 fb279309251b
permissions -rw-r--r--
put all symbian build commands under a sub-menu for context menus only to make context menu smaller

<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>

<!-- 
	Links tool docs to main TOC for Carbide help in the defined location. 
	NOTE: Tool name seems to be ignored here for display purposes but needed to
	make the link_to section work.
-->

<toc label="TOOL NAME" 
	link_to="../com.nokia.carbide.cpp/nokiaTOC.xml#anchorCarbideMisc" >

	<!--
		Define the TOOL NAME as it should appear in the TOC. The tool.htm page
		is the cover page for the tool help.
	-->
	<topic label="TOOL NAME" href="html/tool.htm" >
		
	   <!--
		   Following the Eclipse guidelines, the tool help is arranged as Concepts,
		   References, and Tasks. Each has their own associated XML file to make it
		   easy to edit each section as well as an overview page.
	   -->
	   <topic label="Concepts" 
		   href="html/concepts/concepts.htm" >
		   <link toc="tocConcepts.xml" />
	   </topic>
			  
	   <topic label="References" >
		   href="html/reference/references.htm" >
		   <link toc="tocReference.xml" />
	   </topic>
		   
	   <topic label="Tasks" >
		   href="html/tasks/tasks.htm" >
		   <link toc="tocTasks.xml" />
	   </topic>
		
	</topic>
		
</toc>