Skip to content

Commit

Permalink
Html: remove 'span' environment
Browse files Browse the repository at this point in the history
  • Loading branch information
tobolar committed Oct 26, 2021
1 parent da4f378 commit 3a1ec6f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions AdvancedNoise/Distributions/Discrete/cumulative.mo
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ algorithm
y := y / sum(p);

annotation (Inline=true,Documentation(info="<html>
<p>This function returns the cumulative distribution function according to a discrete distribution. </p>
<p><span style=\"font-family: MS Shell Dlg 2;\">For more details of this distribution see <a href=\"https://en.wikipedia.org/wiki/Uniform_distribution_(discrete)\">Wikipedia</a>. </span></p>
<p>This function returns the cumulative distribution function according to a discrete distribution.</p>
<p>For more details of this distribution see <a href=\"https://en.wikipedia.org/wiki/Uniform_distribution_(discrete)\">Wikipedia</a>.</p>
</html>"));
end cumulative;
2 changes: 1 addition & 1 deletion AdvancedNoise/Distributions/Discrete/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ annotation (Icon(coordinateSystem(preserveAspectRatio=false, extent={{
lineColor={0,0,0},
fillColor={0,0,0},
fillPattern=FillPattern.Solid)}), Documentation(info="<html>
<p>Package with fuctions for a discrete distribution. <span style=\"font-family: MS Shell Dlg 2;\">For more details of this distribution see <a href=\"http://en.wikipedia.org/wiki/Uniform_distribution_(continuous)\">Wikipedia</a>. </span></p>
<p>Package with fuctions for a discrete distribution. For more details of this distribution see <a href=\"http://en.wikipedia.org/wiki/Uniform_distribution_(continuous)\">Wikipedia</a>.</p>
</html>"));
end Discrete;
4 changes: 2 additions & 2 deletions AdvancedNoise/Distributions/Discrete/quantile.mo
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ algorithm
end for;

annotation (Inline=true,Documentation(info="<html>
<p>This function returns a number according to a discrete distribution. </p>
<p><span style=\"font-family: MS Shell Dlg 2;\">For more details of this distribution see <a href=\"https://en.wikipedia.org/wiki/Uniform_distribution_(discrete)\">Wikipedia</a>. </span></p>
<p>This function returns a number according to a discrete distribution.</p>
<p>For more details of this distribution see <a href=\"https://en.wikipedia.org/wiki/Uniform_distribution_(discrete)\">Wikipedia</a>.</p>
</html>"));
end quantile;
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ algorithm

annotation (Inline=true,Documentation(info="<html>
<p>This function returns the cumulative distribution function according to a discrete distribution in a band. </p>
<p><span style=\"font-family: MS Shell Dlg 2;\">For more details of this distribution see <a href=\"https://en.wikipedia.org/wiki/Uniform_distribution_(discrete)\">Wikipedia</a>. </span></p>
<p>For more details of this distribution see <a href=\"https://en.wikipedia.org/wiki/Uniform_distribution_(discrete)\">Wikipedia</a>.</p>
</html>"));
end cumulative;
2 changes: 1 addition & 1 deletion AdvancedNoise/Distributions/TruncatedDiscrete/density.mo
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ algorithm

annotation (Inline=true,Documentation(info="<html>
<p>This function returns the probability density according to a discrete distribution in a band. </p>
<p><span style=\"font-family: MS Shell Dlg 2;\">For more details of this distribution see <a href=\"https://en.wikipedia.org/wiki/Uniform_distribution_(discrete)\">Wikipedia</a>. </span></p>
<p>For more details of this distribution see <a href=\"https://en.wikipedia.org/wiki/Uniform_distribution_(discrete)\">Wikipedia</a>.</p>
</html>"));
end density;
2 changes: 1 addition & 1 deletion AdvancedNoise/Distributions/TruncatedDiscrete/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ annotation (Icon(coordinateSystem(preserveAspectRatio=false, extent={{
lineColor={0,0,0},
fillColor={0,0,0},
fillPattern=FillPattern.Solid)}), Documentation(info="<html>
<p><span style=\"font-family: MS Shell Dlg 2;\">Package with fuctions for a truncated discrete distribution. For more details of this distribution see <a href=\"http://en.wikipedia.org/wiki/Uniform_distribution_(continuous)\">Wikipedia</a>. </span></p>
<p>Package with fuctions for a truncated discrete distribution. For more details of this distribution see <a href=\"http://en.wikipedia.org/wiki/Uniform_distribution_(continuous)\">Wikipedia</a>.</p>
</html>"));
end TruncatedDiscrete;

0 comments on commit 3a1ec6f

Please sign in to comment.