Updated autodoc

This commit is contained in:
Dominic Grimm 2022-06-17 15:17:13 +02:00
parent 4e63d3d945
commit 528025d0ff
2 changed files with 1 additions and 8 deletions

1
pdf/pdf.sh Normal file → Executable file
View file

@ -17,3 +17,4 @@ pandoc "$1" \
--highlight-style pdf/pygments.theme \
--pdf-engine=xelatex \
-o "$2"

View file

@ -1,12 +1,4 @@
<%- sorted_opcodes = build_opcodes[:opcodes].to_a.sort_by!(&.[0]) -%>
---
title: "<%=full_name %>"
description: "<%= @description %>"
author: [<%= @authors.map { |a| "\"#{a}\"" }.join(", ") %>]
date: <%= @date.to_s("%Y-%m-%d") %>
version: "<%= @version %>"
---
# `<%= full_name %>`
<%= @description %>