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