Skip to content
Snippets Groups Projects
make_doc.sh 153 B
#!/bin/sh
rm -rf doc
cd game/engines/default/
 luadoc --nofiles -d ../../../doc `find ../../../src/ -name 'core*luadoc'` `find engine -name '*lua'`
cd -