From ed48dfcab6140575f838cac9e99867e0ae0caa71 Mon Sep 17 00:00:00 2001 From: TSRBerry <20988865+TSRBerry@users.noreply.github.com> Date: Thu, 15 Dec 2022 22:28:30 +0100 Subject: [PATCH] readme: Remove output properties for GenerateArrays --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 61c5036..fda1ef9 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,3 @@ This task scans source files for StructArray (i.e. `Array16`) types and ge - `ArrayInputFiles`: List of files to be searched for StructArray types. - Required - Default: All source files of the current project. - -#### Output properties: - -- `ArrayOutputFiles`: List of files generated by this task.