Modelica code conventions of class and instance names, parameters and variables are specified separately. In this section it is summarized how to refer to Modelica code in the HTML documentation.
<code>
and </code>
should to be used, e.g.,parameter Modelica.Units.SI.Time tStart "Start time"
<blockquote><pre>
and </pre></blockquote>
tags.<code>
and </code>
.<blockquote><pre> <strong>connector</strong> Frame ... <strong>flow</strong> SI.Force f[3] <strong>annotation</strong>(unassignedMessage="..."); <strong>end</strong> Frame; </pre></blockquote>
appears as
connector Frame ... flow SI.Force f[3] annotation(unassignedMessage="..."); end Frame;
<blockquote><pre> <strong>parameter</strong> Modelica.Units.SI.Conductance G=1 "Conductance"; </pre></blockquote>
appears as
parameter Modelica.Units.SI.Conductance G=1 "Conductance";