From 4efca15732f8b4a8bb4aed4fe9594bff19ddb0ea Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Tue, 14 Feb 2023 23:44:16 -0600 Subject: [PATCH] Update: Featureless Make specification regarding multiple single-valued Objects. This is not referring to Objects with multiple Content. Instead, this refers to multiple identical Objects where that Object is expected to have only a single assignment. --- documentation/fake/specifications/fakefile.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/documentation/fake/specifications/fakefile.html b/documentation/fake/specifications/fakefile.html index a5e8189..d40f693 100644 --- a/documentation/fake/specifications/fakefile.html +++ b/documentation/fake/specifications/fakefile.html @@ -297,6 +297,9 @@ This includes the declaration of define and parameter IKI variable substitution values.

+ If multiple Objects of the same name exist and that Object only supports a single value, then only the Content from the last same named Object is used. +

+

The build settings may also be specified in the Settings Section.

-- 1.8.3.1