Updated autodoc
This commit is contained in:
parent
6ef300f402
commit
4e63d3d945
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<%- sorted_opcodes = build_opcodes[:opcodes].to_a.sort_by!(&.[0]) -%>
|
<%- sorted_opcodes = build_opcodes[:opcodes].to_a.sort_by!(&.[0]) -%>
|
||||||
---
|
---
|
||||||
title: <%=full_name %>
|
title: "<%=full_name %>"
|
||||||
description: "<%= @description %>"
|
description: "<%= @description %>"
|
||||||
author: [<%= @authors.map { |a| "\"#{a}\"" }.join(", ") %>]
|
author: [<%= @authors.map { |a| "\"#{a}\"" }.join(", ") %>]
|
||||||
date: <%= @date.to_s("%Y-%m-%d") %>
|
date: <%= @date.to_s("%Y-%m-%d") %>
|
||||||
|
|
Loading…
Reference in a new issue