Skip to content

Commit 382efa8

Browse files
committed
Close some tags
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16095 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 7d59278 commit 382efa8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Compiler/FrontEnd/ModelicaBuiltin.mo

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2315,7 +2315,7 @@ external "builtin";
23152315
annotation(preferredView="text",Documentation(info="<html>
23162316
<p>Used to set annotations, like Diagrams and Icons in classes. The function is given the name of the class
23172317
and the annotation to set.</p>
2318-
<p>Usage: addClassAnnotation(Modelica, annotate = Documentation(info = \"<html></html>\"))</p>
2318+
<p>Usage: addClassAnnotation(Modelica, annotate = Documentation(info = \"&lt;html&gt;&lt;/html&gt;\"))</p>
23192319
</html>"));
23202320
end addClassAnnotation;
23212321

@@ -2672,7 +2672,9 @@ algorithm
26722672
end if;
26732673
annotation(Documentation(info="<html>
26742674
<h2>Usage</h2>
2675-
<p>Modelica3D requires some changes to the standard ModelicaServices in order to work correctly. These changes will make your MultiBody models unable to simulate because they need an object declared as: <pre>inner ModelicaServices.Modelica3D.Controller m3d_control</pre>. This API call will load the modified ModelicaServices 3.2.1 so Modelica3D runs. You can also simply call loadModel(ModelicaServices,{\"3.2.1 modelica3d\"});</p>
2675+
<p>Modelica3D requires some changes to the standard ModelicaServices in order to work correctly. These changes will make your MultiBody models unable to simulate because they need an object declared as:</p>
2676+
<pre>inner ModelicaServices.Modelica3D.Controller m3d_control</pre>
2677+
<p>This API call will load the modified ModelicaServices 3.2.1 so Modelica3D runs. You can also simply call loadModel(ModelicaServices,{\"3.2.1 modelica3d\"});</p>
26762678
<p>You will also need to start an m3d backend to render the results. We hid them in $OPENMODELICAHOME/lib/omlibrary-modelica3d/osg-gtk/dbus-server.py (or blender2.59).</p>
26772679
<p>For more information and example models, visit the <a href=\"https://mlcontrol.uebb.tu-berlin.de/redmine/projects/modelica3d-public/wiki\">Modelica3D wiki</a>.</p>
26782680
</html>"));
@@ -2919,7 +2921,7 @@ This release includes small improvements and some bugfixes of the OpenModelica C
29192921
<ul>
29202922
<li>Better support for if-equations, also inside when.</li>
29212923
<li>Better support for calling functions in parameter expressions and interactively through dynamic loading of functions.</li>
2922-
<li>Less memory consumtion during compilation and interactive evaluation.</li<
2924+
<li>Less memory consumtion during compilation and interactive evaluation.</li>
29232925
<li>A number of bug-fixes.</li>
29242926
</ul>
29252927
<h4>OpenModelica Notebook (OMNotebook)</h4>
@@ -2956,7 +2958,7 @@ A number of improvements, primarily in the plotting functionality and platform a
29562958
<li>A number of improvements in the plotting functionality: scalable plots, zooming, logarithmic plots, grids, etc.</li>
29572959
<li>Programmable plotting accessible through a Modelica API.</li>
29582960
<li>Simple 3D visualization.</li>
2959-
<li<Support for several platforms Linux, MacOS, Windows (2000, Xp, Vista).</li>
2961+
<li>Support for several platforms Linux, MacOS, Windows (2000, Xp, Vista).</li>
29602962
</ul>
29612963
<h4>OpenModelica Shell (OMShell)</h4>
29622964
Same as previously.

0 commit comments

Comments
 (0)