From 837a531adee4a95ea16c2b0ced928c0cf4101045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Sat, 8 Oct 2022 14:41:33 +0200 Subject: [PATCH] DOC: fix an example and clarify how macros work --- src/doc/macros.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/doc/macros.rst b/src/doc/macros.rst index 3d995c1f..569b8474 100644 --- a/src/doc/macros.rst +++ b/src/doc/macros.rst @@ -37,7 +37,7 @@ The same version using cfood macros could be defined as follows: name: null filename: null definition: - ${name}_filename + ${name}_filename: type: SimpleFile match: $filename records: @@ -57,6 +57,8 @@ The same version using cfood macros could be defined as follows: filename: ^README.md$ +The "MarkdownFile" key and its value will be replaced by everything that is +given below "definition" in the Macro. -- GitLab