Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-07-22 14:36:35 +0000
committerCamille Letavernier2014-07-22 14:38:29 +0000
commited7f8817248207b43da4ab299d1ae8d2bb9d00be (patch)
tree40729da87abfe992778a5d22dc066f84cbbe3f1a /plugins/doc/org.eclipse.papyrus.layers.documentation/guides/tutorials/simpleTutorial-toc.xml
parent87cce6492f438a4ea0d059b9f4ab34228a2ae6a5 (diff)
downloadorg.eclipse.papyrus-ed7f8817248207b43da4ab299d1ae8d2bb9d00be.tar.gz
org.eclipse.papyrus-ed7f8817248207b43da4ab299d1ae8d2bb9d00be.tar.xz
org.eclipse.papyrus-ed7f8817248207b43da4ab299d1ae8d2bb9d00be.zip
330199: [General][Editors] Papyrus shall enable to use layers in diagram
editors. https://bugs.eclipse.org/bugs/show_bug.cgi?id=330199 - Move the documentation plugin to the right folder
Diffstat (limited to 'plugins/doc/org.eclipse.papyrus.layers.documentation/guides/tutorials/simpleTutorial-toc.xml')
-rw-r--r--plugins/doc/org.eclipse.papyrus.layers.documentation/guides/tutorials/simpleTutorial-toc.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/doc/org.eclipse.papyrus.layers.documentation/guides/tutorials/simpleTutorial-toc.xml b/plugins/doc/org.eclipse.papyrus.layers.documentation/guides/tutorials/simpleTutorial-toc.xml
new file mode 100644
index 00000000000..cc37f9ba974
--- /dev/null
+++ b/plugins/doc/org.eclipse.papyrus.layers.documentation/guides/tutorials/simpleTutorial-toc.xml
@@ -0,0 +1,18 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<toc topic="guides/tutorials/simpleTutorial.html" label="simpleTutorial">
+ <topic href="guides/tutorials/simpleTutorial.html" label="A simple Example and Tutorial">
+ <topic href="guides/tutorials/simpleTutorial.html#Create_a_new_Class_Diagram" label="Create a new Class Diagram"></topic>
+ <topic href="guides/tutorials/simpleTutorial.html#Open_the_LayersExplorer" label="Open the LayersExplorer"></topic>
+ <topic href="guides/tutorials/simpleTutorial.html#Attach_a_LayersStack_to_your_diagram" label="Attach a LayersStack to your diagram"></topic>
+ <topic href="guides/tutorials/simpleTutorial.html#Create_a_new_Layer_in_the_LayersStack" label="Create a new Layer in the LayersStack"></topic>
+ <topic href="guides/tutorials/simpleTutorial.html#Attach_Classes_to_the_Layer" label="Attach Classes to the Layer"></topic>
+ <topic href="guides/tutorials/simpleTutorial.html#Attach_some_properties_to_the_layer" label="Attach some properties to the layer"></topic>
+ <topic href="guides/tutorials/simpleTutorial.html#Add_more_layers" label="Add more layers"></topic>
+ <topic href="guides/tutorials/simpleTutorial.html#Change_the_value_of_an_attached_property" label="Change the value of an attached property"></topic>
+ <topic href="guides/tutorials/simpleTutorial.html#Add_the_3rd_layer" label="Add the 3rd layer"></topic>
+ <topic href="guides/tutorials/simpleTutorial.html#Disabling_a_Layer" label="Disabling a Layer"></topic>
+ </topic>
+ <topic href="guides/tutorials/simpleTutorial.html#Layer_Operators" label="Layer Operators">
+ <topic href="guides/tutorials/simpleTutorial.html#Top_Layer_Operator" label="Top Layer Operator"></topic>
+ </topic>
+</toc> \ No newline at end of file

Back to the top