From 4bf008d64ef86825d21ee61aec394467ce20bb4a Mon Sep 17 00:00:00 2001 From: Luigi Vanfretti Date: Thu, 1 Aug 2024 11:51:44 -0400 Subject: [PATCH] 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 --- Modelica/Utilities/Files.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modelica/Utilities/Files.mo b/Modelica/Utilities/Files.mo index 0d9a310087..6a13c276dc 100644 --- a/Modelica/Utilities/Files.mo +++ b/Modelica/Utilities/Files.mo @@ -714,7 +714,7 @@ this might require copying the resource to a temporary folder and referencing th

The implementation of this function is tool specific. However, at least Modelica URIs -(see \"chapter 13.2.3 External Resources\" of the Modelica Specification), +(see Section 13.5 External Resources of the Modelica 3.6 specification), as well as absolute local file path names are supported.