Add generate docs scripts
This commit is contained in:
parent
6917535954
commit
9cc9883f3a
|
@ -1,4 +1,5 @@
|
||||||
# Don't track content of these folders
|
# Don't track content of these folders
|
||||||
|
docs/
|
||||||
|
|
||||||
# Compiled source #
|
# Compiled source #
|
||||||
###################
|
###################
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
nim doc -o:docs/ --project src/message.nim
|
|
@ -0,0 +1 @@
|
||||||
|
nim doc -o:docs/ --project src/message.nim
|
Reference in New Issue