Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Barbin2017-09-21 12:12:51 +0000
committerFlorian Barbin2017-09-21 12:12:51 +0000
commit146d0e14f5e203537b039f96cac879629116590f (patch)
tree6eabe3892a43bf0468c45c490a4493dd191ee364
parent001105dbe05a0cfd03fb63533051b954dbf9a9c0 (diff)
downloadorg.eclipse.sirius-146d0e14f5e203537b039f96cac879629116590f.tar.gz
org.eclipse.sirius-146d0e14f5e203537b039f96cac879629116590f.tar.xz
org.eclipse.sirius-146d0e14f5e203537b039f96cac879629116590f.zip
[516669] Adds the Developer API documentation in the toc.xml
Bug: 516669 Change-Id: I8f17bbace9d8b03927e297773948ff4e91839f98 Signed-off-by: Florian Barbin <florian.barbin@obeo.fr>
-rw-r--r--plugins/org.eclipse.sirius.doc/doc/developer/Sirius Developer Manual.html28
-rw-r--r--plugins/org.eclipse.sirius.doc/doc/developer/Sirius Developer Manual.textile6
-rw-r--r--plugins/org.eclipse.sirius.doc/doc/toc.xml6
3 files changed, 23 insertions, 17 deletions
diff --git a/plugins/org.eclipse.sirius.doc/doc/developer/Sirius Developer Manual.html b/plugins/org.eclipse.sirius.doc/doc/developer/Sirius Developer Manual.html
index c3315afd46..86692ef71e 100644
--- a/plugins/org.eclipse.sirius.doc/doc/developer/Sirius Developer Manual.html
+++ b/plugins/org.eclipse.sirius.doc/doc/developer/Sirius Developer Manual.html
@@ -28,6 +28,20 @@
</a> gives a high-level description of the various meta-models used internally by Sirius, to represent both
<em>VSMs</em> and representation files.
</li>
+ <li>The Sirius platform publishs a set of API, and the next sections describe some which require particular attention:
+ <ul>
+ <li>
+ <a href="siriusCrossReferenceAdapter.html">
+ <strong>SiriusCrossReferenceAdapter</strong>
+ </a>
+ </li>
+ <li>
+ <a href="representations_lazy_loading.html">
+ <strong>Representations lazy loading (experimental)</strong>
+ </a>
+ </li>
+ </ul>
+ </li>
<li>The Sirius platform is extensible, and the next sections describe some common extension scenarios:
<ul>
<li>
@@ -91,26 +105,12 @@
</a>
</li>
<li>
- <a href="representations_lazy_loading.html">
- <strong>Representations lazy loading (experimental)</strong>
- </a>
- </li>
- <li>
<a href="extensions-provide_custom_aird_editor_pages.html">
<strong>Provide custom aird editor pages</strong>
</a>
</li>
</ul>
</li>
- <li>The Sirius platform publishs a set of API, and the next sections describe some which require particular attention:
- <ul>
- <li>
- <a href="siriusCrossReferenceAdapter.html">
- <strong>SiriusCrossReferenceAdapter</strong>
- </a>
- </li>
- </ul>
- </li>
</ul>
</body>
</html> \ No newline at end of file
diff --git a/plugins/org.eclipse.sirius.doc/doc/developer/Sirius Developer Manual.textile b/plugins/org.eclipse.sirius.doc/doc/developer/Sirius Developer Manual.textile
index f4b6bfdd18..e9e9adecd8 100644
--- a/plugins/org.eclipse.sirius.doc/doc/developer/Sirius Developer Manual.textile
+++ b/plugins/org.eclipse.sirius.doc/doc/developer/Sirius Developer Manual.textile
@@ -4,6 +4,9 @@ This document gives an overview of the internals of the _Sirius_ platform, and d
* "*Architecture Overview*":Architecture_Overview.html provides a high-level view of how Sirius is structured.
* "*Architecture and Concepts*":Architecture.html describes the general architecture of the system, the main concepts and top-level entry points in the APIs.
* "*Meta-models*":Meta-models.html gives a high-level description of the various meta-models used internally by Sirius, to represent both _VSMs_ and representation files.
+* The Sirius platform publishs a set of API, and the next sections describe some which require particular attention:
+** "*SiriusCrossReferenceAdapter*":siriusCrossReferenceAdapter.html
+** "*Representations lazy loading (experimental)*":representations_lazy_loading.html
* The Sirius platform is extensible, and the next sections describe some common extension scenarios:
** "*Integration with Product Life Cycle Management*":integration-plm.html
** "*Deploy a Modeler Description File*":integration-modeler_description_file_deployment.html
@@ -17,7 +20,4 @@ This document gives an overview of the internals of the _Sirius_ platform, and d
** "*Provide custom bundled image shape*":extensions-provide_custom_bundled_image_shape.html
** "*Provide custom widget for the properties view and dialogs*":extensions-properties_provide_custom_widget.html
** "*Provide custom model operation*":extensions-provide_custom_model_operation.html
-** "*Representations lazy loading (experimental)*":representations_lazy_loading.html
** "*Provide custom aird editor pages*":extensions-provide_custom_aird_editor_pages.html
-* The Sirius platform publishs a set of API, and the next sections describe some which require particular attention:
-** "*SiriusCrossReferenceAdapter*":siriusCrossReferenceAdapter.html
diff --git a/plugins/org.eclipse.sirius.doc/doc/toc.xml b/plugins/org.eclipse.sirius.doc/doc/toc.xml
index 47e7e8246b..1aba67c780 100644
--- a/plugins/org.eclipse.sirius.doc/doc/toc.xml
+++ b/plugins/org.eclipse.sirius.doc/doc/toc.xml
@@ -214,6 +214,12 @@
<topic href="doc/developer/Architecture_Overview.html" label="Architecture Overview" />
<topic href="doc/developer/Architecture.html" label="Architecture and Concepts" />
<topic href="doc/developer/Meta-models.html" label="Meta-models" />
+ <topic label="API">
+ <topic href="doc/developer/siriusCrossReferenceAdapter.html" label="SiriusCrossReferenceAdapter">
+ </topic>
+ <topic href="doc/developer/representations_lazy_loading.html" label="Representations lazy loading (experimental)">
+ </topic>
+ </topic>
<topic label="Extension Points">
<topic href="doc/developer/integration-plm.html" label="Integration with Product Life Cycle Management" />
<topic href="doc/developer/integration-modeler_description_file_deployment.html" label="Deploy a Modeler Description File" />

Back to the top