Skip to content
Snippets Groups Projects
Commit 837a531a authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

DOC: fix an example and clarify how macros work

parent db761bcb
No related branches found
No related tags found
2 merge requests!53Release 0.1,!49DOC: fix an example and clarify how macros work
Pipeline #29103 passed with warnings
...@@ -37,7 +37,7 @@ The same version using cfood macros could be defined as follows: ...@@ -37,7 +37,7 @@ The same version using cfood macros could be defined as follows:
name: null name: null
filename: null filename: null
definition: definition:
${name}_filename ${name}_filename:
type: SimpleFile type: SimpleFile
match: $filename match: $filename
records: records:
...@@ -57,6 +57,8 @@ The same version using cfood macros could be defined as follows: ...@@ -57,6 +57,8 @@ The same version using cfood macros could be defined as follows:
filename: ^README.md$ filename: ^README.md$
The "MarkdownFile" key and its value will be replaced by everything that is
given below "definition" in the Macro.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment