Skip to content
Snippets Groups Projects
make_doc.sh 112 B
Newer Older
dg's avatar
dg committed
#!/bin/sh
dg's avatar
dg committed
rm -rf doc
cd game/engines/default/
luadoc --nofiles -d ../../../doc `find engine -name '*lua'`
cd -
dg's avatar
dg committed