Add generate docs scripts

This commit is contained in:
SeanOMik 2020-06-18 16:03:34 -05:00
parent 6917535954
commit 9cc9883f3a
No known key found for this signature in database
GPG Key ID: FA4D55AC05268A88
3 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
# Don't track content of these folders
docs/
# Compiled source #
###################

1
generate_docs.bat Normal file
View File

@ -0,0 +1 @@
nim doc -o:docs/ --project src/message.nim

1
generate_docs.sh Normal file
View File

@ -0,0 +1 @@
nim doc -o:docs/ --project src/message.nim