You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update documentation according to changes in the Modelica Specification (#4438)
Currently, Modelica.Utilities.Files.loadResource's documentation indicates:
"(see "chapter 13.2.3 External Resources" of the Modelica Specification)"
However, in the Modelica Specification, this has been moved to a new sub-section.
---------
Co-authored-by: Thomas Beutlich <[email protected]>
Copy file name to clipboardExpand all lines: Modelica/Utilities/Files.mo
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -714,7 +714,7 @@ this might require copying the resource to a temporary folder and referencing th
714
714
715
715
<p>
716
716
The implementation of this function is tool specific. However, at least Modelica URIs
717
-
(see \"chapter 13.2.3 External Resources\" of the Modelica Specification),
717
+
(see <a href=\"https://specification.modelica.org/maint/3.6/packages.html#external-resources\">Section 13.5 <em>External Resources</em> of the Modelica 3.6 specification</a>),
718
718
as well as absolute local file path names are supported.
0 commit comments