Skip to content
Snippets Groups Projects
Forked from tome / Tales of MajEyal
9102 commits behind the upstream repository.
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 -