added a title for PDF generation

This commit is contained in:
Izaya 2020-05-12 16:11:51 +10:00
부모 b3cfeb13ec
커밋 cf373668a9
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -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
docs-metadata.yml Normal file
파일 보기

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