ソースを参照

added a title for PDF generation

pull/3/head
XeonSquared 4年前
コミット
cf373668a9
2個のファイルの変更4行の追加1行の削除
  1. +1
    -1
      build.sh
  2. +3
    -0
      docs-metadata.yml

+ 1
- 1
build.sh ファイルの表示

@@ -10,4 +10,4 @@ cp -r service/ lib/ cfg/ target/
rm target/version.lua
rm -r doc/
$LUA finddesc.lua doc/ $(find lib/ module/ -type f|sort)
pandoc doc/apidoc.md --template=template.tex -o doc/apidoc.pdf
pandoc doc/apidoc.md docs-metadata.yml --template=template.tex -o doc/apidoc.pdf

+ 3
- 0
docs-metadata.yml ファイルの表示

@@ -0,0 +1,3 @@
---
title: 'PsychOS API Documentation'
---

読み込み中…
キャンセル
保存