Format

class Format "Format"
    extends Modelica.Icons.Information;

    annotation (Documentation(info = "<html>\n\n<h4>Comments and Annotations</h4>\n<p>\nComments and annotations should start with a capital letter, for example:<br>\n     <code><strong>parameter</strong> Real a = 1 \"Arbitrary factor\";</code>.<br>\n     For Boolean parameters, the description string should start with \"= true: ..\", for example:<br>\n     <code><strong>parameter</strong> Boolean useHeatPort = false \"= true, if heatPort is enabled\";</code>.\n</p>\n</html>"));
end Format;