Skip to content
Snippets Groups Projects
Commit b92e6d02 authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

Merge branch 'f-macro-doc' into 'dev'

DOC: fix an example and clarify how macros work

See merge request !49
parents 64225c33 837a531a
No related branches found
No related tags found
2 merge requests!53Release 0.1,!49DOC: fix an example and clarify how macros work
Pipeline #29205 passed with warnings
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment