Skip to content

Commit

Permalink
Merge pull request #31 from tobolar/FixBrokenLink
Browse files Browse the repository at this point in the history
Fix broken link in documentation of Mechanics.NormalisedTranslational.Interfaces.Flange
  • Loading branch information
tobolar committed Jun 21, 2018
2 parents 7af6e3c + 79108d1 commit be62651
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion VehicleInterfaces/Mechanics.mo
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ package Mechanics "Collection of additional mechanical components"
annotation (
defaultComponentName="flange_a",
Documentation(info="<html>
<p>1D translational mechanical connector with normalized position as opposed to the <a href=\"Modelica://Modelica.Mechanics.Translational.Interfaces.flange_a\">Modelica.Mechanics.Translational.Interfaces.flange_a</a> connector. The force is not normalized in this connector.</p>
<p>
One-dimensional translational mechanical connector with normalized
position as opposed to the
<a href=\"Modelica://Modelica.Mechanics.Translational.Interfaces.Flange_a\">Modelica.Mechanics.Translational.Interfaces.Flange_a</a>
connector. The force is not normalized in this connector.
</p>
</html>"), Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},
{100,100}}), graphics={Polygon(
points={{-100,0},{0,100},{100,0},{0,-100},{-100,0}},
Expand Down

0 comments on commit be62651

Please sign in to comment.