Adding "getAppliedComments(...)" to the bundle documentation.
Upsating grammar section and move Papyrus Table below tables sections

Change-Id: Ifb0e455ae7fb2e87b2da1ba7f02e659e20b1c0cd
diff --git a/plugins/org.eclipse.gendoc.doc.docx/userguide.xml b/plugins/org.eclipse.gendoc.doc.docx/userguide.xml
index 4159861..3620f36 100644
--- a/plugins/org.eclipse.gendoc.doc.docx/userguide.xml
+++ b/plugins/org.eclipse.gendoc.doc.docx/userguide.xml
@@ -18,6 +18,8 @@
     </topic>
     <topic href="html/userguide/script_table_generation.html" label="Table generation">
     </topic>
+    <topic href="html/userguide/script_papyrus_sirius_tables.html" label="Papyrus and Sirius Tables">
+    </topic>
     <topic href="html/userguide/script_bookmarks_generation.html" label="Bookmarks and hyperlinks generation">
     </topic>
     <topic href="html/userguide/script_rich_text_generation.html" label="Rich Text generation">
@@ -30,8 +32,6 @@
     </topic>
     <topic href="html/userguide/reusing_scripts.html" label="Reusing gendoc scripts inside the same document : &lt;fragment&gt; tag">
     </topic>
-    <topic href="html/userguide/script_papyrus_sirius_tables.html" label="Papyrus and Sirius Tables">
-    </topic>
  </topic>
  </topic>
  </toc>
diff --git a/plugins/org.eclipse.gendoc.doc/html/userguide/appendix.html b/plugins/org.eclipse.gendoc.doc/html/userguide/appendix.html
index be76a99..3abd4f8 100644
--- a/plugins/org.eclipse.gendoc.doc/html/userguide/appendix.html
+++ b/plugins/org.eclipse.gendoc.doc/html/userguide/appendix.html
@@ -40,7 +40,8 @@
 				<span style="color:lightGray;">Drawing area</span>
 				&lt;/image&gt;
 	
-		[0..*] 	&lt;table&gt;
+		[0..*] 	&lt;table
+					[0..1] object='<span style="color:lightGray;">object_id</span>'&gt;
 				<span style="color:lightGray;">Rows or tables</span>
 				&lt;/table&gt;
 	
@@ -52,6 +53,8 @@
 		
 		[0..*] 	&lt;drop/&gt;
 		
+		[0..*] 	&lt;dropSlide/&gt;
+		
 		[0..*] 	&lt;dropEmpty&gt;..&lt;/dropEmpty&gt;
 		
 		[0..*] 	&lt;nobr/&gt;
diff --git a/plugins/org.eclipse.gendoc.doc/html/userguide/bundles_papyrus.html b/plugins/org.eclipse.gendoc.doc/html/userguide/bundles_papyrus.html
index 5628566..4503a7c 100644
--- a/plugins/org.eclipse.gendoc.doc/html/userguide/bundles_papyrus.html
+++ b/plugins/org.eclipse.gendoc.doc/html/userguide/bundles_papyrus.html
@@ -32,5 +32,9 @@
       <li><strong>getPapyrusTables (EObject) : Sequence(Table)</strong></li>
     </ul>
     <p>Get the tables of an object.</p>
+    <ul>
+      <li><strong>getAppliedComment(Element) : Bag(String)</strong> </li>
+    </ul>
+    <p>Get the applied comments.</p>
   </body>
 </html>