Updated autodoc

This commit is contained in:
Dominic Grimm 2022-06-17 15:05:33 +02:00
parent 6ef300f402
commit 4e63d3d945

View file

@ -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") %>