Skip to content

Commit

Permalink
[releng] Update M2Doc services documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vrichard12 committed Feb 3, 2022
1 parent 52ab9c1 commit d41c908
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,6 @@ <h2 id="Services">Services</h2>
<td colspan="1" rowspan="1">Return first annotation with the specified title.</td>
<td colspan="1" rowspan="1">{m:myObeoDSMObject.annotation('some title')} returns: The string of the annotation.</td>
</tr>
<tr>
<td colspan="1" rowspan="1"><strong>asFlowImage</strong></td>
<td colspan="1" rowspan="1">List of org.obeonetwork.m2doc.element.MImage</td>
<td colspan="1" rowspan="1">{m:flow.asFlowImage(width, height)}</td>
<td colspan="1" rowspan="1">Returns a collection of images representing the target Flow Flow Diagrams scaled to the given width and heigth.</td>
<td colspan="1" rowspan="1">{m:flow.asFlowImage(400, 300)} returns: A sequence of images.</td>
</tr>
<tr>
<td colspan="1" rowspan="1"><strong>asFlowImage</strong></td>
<td colspan="1" rowspan="1">List of org.obeonetwork.m2doc.element.MImage</td>
Expand All @@ -188,6 +181,13 @@ <h2 id="Services">Services</h2>
<td colspan="1" rowspan="1">Returns a collection of images representing the target Flow Flow Diagrams.</td>
<td colspan="1" rowspan="1">{m:flow.asFlowImage()} returns: A sequence of images.</td>
</tr>
<tr>
<td colspan="1" rowspan="1"><strong>asFlowImage</strong></td>
<td colspan="1" rowspan="1">List of org.obeonetwork.m2doc.element.MImage</td>
<td colspan="1" rowspan="1">{m:flow.asFlowImage(width, height)}</td>
<td colspan="1" rowspan="1">Returns a collection of images representing the target Flow Flow Diagrams scaled to the given width and heigth.</td>
<td colspan="1" rowspan="1">{m:flow.asFlowImage(400, 300)} returns: A sequence of images.</td>
</tr>
<tr>
<td colspan="1" rowspan="1"><strong>cinematicIcon</strong></td>
<td colspan="1" rowspan="1">org.obeonetwork.m2doc.element.MImage</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,6 @@ <h2 id="Services">Services</h2>
<td colspan="1" rowspan="1">Returns a list of all the Requirements related to the target object or one of its sub objects. The result is a list with no duplicates sorted against the requirements ids.</td>
<td colspan="1" rowspan="1">{m:obj.allRelatedRequirements()->sep(',')} returns: A comma separated list of related requirements.</td>
</tr>
<tr>
<td colspan="1" rowspan="1"><strong>asLayoutImage</strong></td>
<td colspan="1" rowspan="1">List of org.obeonetwork.m2doc.element.MImage</td>
<td colspan="1" rowspan="1">{m:layout.asLayoutImage(width, height)}</td>
<td colspan="1" rowspan="1">Returns a collection of images representing the target Layout Layout Diagrams scaled to the given width and heigth.</td>
<td colspan="1" rowspan="1">{m:layout.asLayoutImage(400, 300)} returns: A sequence of images.</td>
</tr>
<tr>
<td colspan="1" rowspan="1"><strong>asLayoutImage</strong></td>
<td colspan="1" rowspan="1">List of org.obeonetwork.m2doc.element.MImage</td>
Expand All @@ -148,6 +141,13 @@ <h2 id="Services">Services</h2>
<td colspan="1" rowspan="1">Returns a collection of images representing the target Layout Layout Diagrams.</td>
<td colspan="1" rowspan="1">{m:layout.asLayoutImage()} returns: A sequence of images.</td>
</tr>
<tr>
<td colspan="1" rowspan="1"><strong>asLayoutImage</strong></td>
<td colspan="1" rowspan="1">List of org.obeonetwork.m2doc.element.MImage</td>
<td colspan="1" rowspan="1">{m:layout.asLayoutImage(width, height)}</td>
<td colspan="1" rowspan="1">Returns a collection of images representing the target Layout Layout Diagrams scaled to the given width and heigth.</td>
<td colspan="1" rowspan="1">{m:layout.asLayoutImage(400, 300)} returns: A sequence of images.</td>
</tr>
<tr>
<td colspan="1" rowspan="1"><strong>cinematicIcon</strong></td>
<td colspan="1" rowspan="1">org.obeonetwork.m2doc.element.MImage</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,13 @@ <h2 id="Services">Services</h2>
<td colspan="1" rowspan="1">Return first annotation with the specified title.</td>
<td colspan="1" rowspan="1">{m:myObeoDSMObject.annotation('some title')} returns: The string of the annotation.</td>
</tr>
<tr>
<td colspan="1" rowspan="1"><strong>asPackageImage</strong></td>
<td colspan="1" rowspan="1">List of org.obeonetwork.m2doc.element.MImage</td>
<td colspan="1" rowspan="1">{m:abstractPackage.asPackageImage()}</td>
<td colspan="1" rowspan="1">Returns a collection of images representing the target Package Package Diagrams.</td>
<td colspan="1" rowspan="1">{m:abstractPackage.asPackageImage()} returns: A sequence of images.</td>
</tr>
<tr>
<td colspan="1" rowspan="1"><strong>asPackageImage</strong></td>
<td colspan="1" rowspan="1">List of org.obeonetwork.m2doc.element.MImage</td>
Expand All @@ -181,13 +188,6 @@ <h2 id="Services">Services</h2>
<td colspan="1" rowspan="1">Returns a collection of images representing the target Package Package Diagrams scaled to the given width keeping the initial image ratio.</td>
<td colspan="1" rowspan="1">{m:abstractPackage.asPackageImage(400)} returns: A sequence of images.</td>
</tr>
<tr>
<td colspan="1" rowspan="1"><strong>asPackageImage</strong></td>
<td colspan="1" rowspan="1">List of org.obeonetwork.m2doc.element.MImage</td>
<td colspan="1" rowspan="1">{m:abstractPackage.asPackageImage()}</td>
<td colspan="1" rowspan="1">Returns a collection of images representing the target Package Package Diagrams.</td>
<td colspan="1" rowspan="1">{m:abstractPackage.asPackageImage()} returns: A sequence of images.</td>
</tr>
<tr>
<td colspan="1" rowspan="1"><strong>cinematicIcon</strong></td>
<td colspan="1" rowspan="1">org.obeonetwork.m2doc.element.MImage</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,13 +216,6 @@ <h2 id="Services">Services</h2>
<td colspan="1" rowspan="1">Return first annotation with the specified title.</td>
<td colspan="1" rowspan="1">{m:myObeoDSMObject.annotation('some title')} returns: The string of the annotation.</td>
</tr>
<tr>
<td colspan="1" rowspan="1"><strong>asMockupImage</strong></td>
<td colspan="1" rowspan="1">List of org.obeonetwork.m2doc.element.MImage</td>
<td colspan="1" rowspan="1">{m:viewContainer.asMockupImage(width, height)}</td>
<td colspan="1" rowspan="1">Returns a collection of images representing the target ViewContainer Mockup Diagrams scaled to the given width and heigth.</td>
<td colspan="1" rowspan="1">{m:viewContainer.asMockupImage(400, 300)} returns: A sequence of images.</td>
</tr>
<tr>
<td colspan="1" rowspan="1"><strong>asMockupImage</strong></td>
<td colspan="1" rowspan="1">List of org.obeonetwork.m2doc.element.MImage</td>
Expand All @@ -237,6 +230,13 @@ <h2 id="Services">Services</h2>
<td colspan="1" rowspan="1">Returns a collection of images representing the target ViewContainer Mockup Diagrams.</td>
<td colspan="1" rowspan="1">{m:viewContainer.asMockupImage()} returns: A sequence of images.</td>
</tr>
<tr>
<td colspan="1" rowspan="1"><strong>asMockupImage</strong></td>
<td colspan="1" rowspan="1">List of org.obeonetwork.m2doc.element.MImage</td>
<td colspan="1" rowspan="1">{m:viewContainer.asMockupImage(width, height)}</td>
<td colspan="1" rowspan="1">Returns a collection of images representing the target ViewContainer Mockup Diagrams scaled to the given width and heigth.</td>
<td colspan="1" rowspan="1">{m:viewContainer.asMockupImage(400, 300)} returns: A sequence of images.</td>
</tr>
<tr>
<td colspan="1" rowspan="1"><strong>cinematicIcon</strong></td>
<td colspan="1" rowspan="1">org.obeonetwork.m2doc.element.MImage</td>
Expand Down

0 comments on commit d41c908

Please sign in to comment.