mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
Add update docs scripts, updated docs
This commit is contained in:
15
update_docs.sh
Executable file
15
update_docs.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
## I am using Ldoc and my own Ldoc -> emmylua generator:
|
||||
## https://github.com/Insality/emmylua-from-ldoc-annotations
|
||||
|
||||
emmylua_generator_path=~/code/lua/emmylua-from-ldoc-annotations
|
||||
|
||||
echo "Update Ldoc"
|
||||
ldoc .
|
||||
|
||||
echo ""
|
||||
echo "Update EmmyLua annotations"
|
||||
original_path=$(pwd)
|
||||
bash $emmylua_generator_path/export.sh $original_path
|
||||
mv $emmylua_generator_path/annotations.lua $original_path/annotations.lua
|
Reference in New Issue
Block a user