1 Commits

Author SHA1 Message Date
b17682e50e fix YAML template 2021-10-01 23:49:04 +02:00

View File

@ -10,7 +10,7 @@
instrGroups
}%><%getInstructionGroups().each{name, instrList -> %>
${name}: <% instrList.findAll{!it.instruction.name.startsWith("__")}.each { %>
- ${it.instruction.name}
- ${it.instruction.name}:
encoding: ${it.encoding}
mask: ${it.mask}<%}}%>