瀏覽代碼

Merge pull request #212 from RainerKlute/LightSwitch

User documentation: links for Eclipse Help adjusted
Andreas Mülder 9 年之前
父節點
當前提交
2b72f550ed
共有 2 個文件被更改,包括 23 次插入40 次删除
  1. 13 30
      plugins/org.yakindu.sct.doc.user/plugin.xml
  2. 10 10
      plugins/org.yakindu.sct.doc.user/toc.xml

+ 13 - 30
plugins/org.yakindu.sct.doc.user/plugin.xml

@@ -2,35 +2,18 @@
 <?eclipse version="3.4"?>
 <plugin>
 
-   <extension
-         point="org.eclipse.help.toc">
-      <toc
-            file="toc.xml"
-            primary="true">
-      </toc>
-      <toc
-            file="help/01_Overview/overview-toc.xml"
-            primary="false">
-      </toc>
-      <toc
-            file="help/02_Getting_started/getting_started-toc.xml"
-            primary="false">
-      </toc>
-      <toc
-            file="help/03_Tasks/tasks-toc.xml"
-            primary="false">
-      </toc>
-      <toc
-            file="help/04_Reference/reference-toc.xml"
-            primary="false">
-      </toc>
-   </extension>
-   <extension
-         point="org.eclipse.help.contexts">
-      <contexts
-            file="contexts.xml"
-            plugin="org.yakindu.sct.ui.editor">
-      </contexts>
-   </extension>
+	<extension point="org.eclipse.help.toc">
+		<toc file="toc.xml" primary="true"/>
+		<toc file="help/01_overview/overview-toc.xml" primary="false"/>
+		<toc file="help/02_installation/installation-toc.xml" primary="false"/>
+		<toc file="help/03_getting_started/getting_started-toc.xml" primary="false"/>
+		<toc file="help/04_code_generation/code_generation-toc.xml" primary="false"/>
+		<toc file="help/05_reference/reference-toc.xml" primary="false"/>
+		<toc file="help/06_tasks/tasks-toc.xml" primary="false"/>
+	</extension>
+
+	<extension point="org.eclipse.help.contexts">
+		<contexts file="contexts.xml" plugin="org.yakindu.sct.ui.editor"/>
+	</extension>
 
 </plugin>

+ 10 - 10
plugins/org.yakindu.sct.doc.user/toc.xml

@@ -2,22 +2,22 @@
 <?NLS TYPE="org.eclipse.help.toc"?>
 
 <toc label="Statechart Tools User Guide">
-	
+
 	<topic label="SCT">
-		
-		   <link toc="help/01_Overview/overview-toc.xml"/>
-		   <link toc="help/02_Getting_started/getting_started-toc.xml"/>
-		   <link toc="help/03_Tasks/tasks-toc.xml"/>
-		   <link toc="help/04_Reference/reference-toc.xml"/>
+		<link toc="help/01_overview/overview-toc.xml"/>
+		<link toc="help/02_installation/installation-toc.xml"/>
+		<link toc="help/03_getting_started/getting_started-toc.xml"/>
+		<link toc="help/04_code_generation/code_generation-toc.xml"/>
+		<link toc="help/05_reference/reference-toc.xml"/>
+		<link toc="help/06_tasks/tasks-toc.xml"/>
 	</topic>
-	
+
 	<topic label="SCT Simulation">
 		<anchor id ="sctSimulation" />
 	</topic>	   
-		  
+
 	<topic label="SCTUnit">
 		<anchor id ="sctUnit" />
 	</topic>	
-		  
-		  
+
 </toc>