From 4e63d3d94502184b6b13ea63ef935a889b4b78dd Mon Sep 17 00:00:00 2001 From: Dominic Grimm Date: Fri, 17 Jun 2022 15:05:33 +0200 Subject: [PATCH] Updated autodoc --- src/hence/firmware/documentation.md.ecr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hence/firmware/documentation.md.ecr b/src/hence/firmware/documentation.md.ecr index a458d93..f0c5e75 100644 --- a/src/hence/firmware/documentation.md.ecr +++ b/src/hence/firmware/documentation.md.ecr @@ -1,6 +1,6 @@ <%- sorted_opcodes = build_opcodes[:opcodes].to_a.sort_by!(&.[0]) -%> --- -title: <%=full_name %> +title: "<%=full_name %>" description: "<%= @description %>" author: [<%= @authors.map { |a| "\"#{a}\"" }.join(", ") %>] date: <%= @date.to_s("%Y-%m-%d") %>