Skip to content

Commit e09fef6

Browse files
committed
Fix deprecated html tags in documentation
1 parent c1d925d commit e09fef6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Modelica/Blocks/Math.mo

+3-3
Original file line numberDiff line numberDiff line change
@@ -1006,15 +1006,15 @@ y = u1 * u2;
10061006
annotation (
10071007
Documentation(
10081008
info = "<html>
1009-
<p>This blocks computes the output <b>y</b> as <i>product</i> of the two input vectors <b>u1</b> and <b>u2</b>: </p>
1009+
<p>This blocks computes the output <strong>y</strong> as <em>product</em> of the two input vectors <strong>u1</strong> and <strong>u2</strong>: </p>
10101010
<blockquote><pre>
10111011
y = u1 * u2;
10121012
</pre></blockquote>
10131013
<p>As example, for three-dimensional input vectors the equation would be: </p>
10141014
<blockquote><pre>
10151015
y = u1[1]*u2[1] + u1[2]*u2[2] + u1[3]*u2[3];
10161016
</pre></blockquote>
1017-
The output <b>y</b> is scalar.
1017+
The output <strong>y</strong> is scalar.
10181018
</html>"),
10191019
Icon(coordinateSystem(
10201020
preserveAspectRatio=true,
@@ -1166,7 +1166,7 @@ y = u1 / u2;
11661166
rotation = 90)}),
11671167
Documentation(
11681168
info = "<html>
1169-
<p>This block normalizes an input vector <i>u</i> using the <a href=\"modelica://Modelica.Math.Vectors.normalize\">normalize</a> function.</p>
1169+
<p>This block normalizes an input vector <em>u</em> using the <a href=\"modelica://Modelica.Math.Vectors.normalize\">normalize</a> function.</p>
11701170
</html>"));
11711171
end NormalizeVector;
11721172

0 commit comments

Comments
 (0)