diff options
Diffstat (limited to 'scripts/make_docs.sh')
| -rwxr-xr-x | scripts/make_docs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_docs.sh b/scripts/make_docs.sh index a7682d30..3ad7ccfc 100755 --- a/scripts/make_docs.sh +++ b/scripts/make_docs.sh @@ -1 +1 @@ -perl tools/naturaldocs/NaturalDocs -i src/engine -xi src/engine/external -p docs/conf -o html docs/output +perl docs/tool/NaturalDocs -i src/game -i src/engine -xi src/engine/external -p docs/conf -o html docs/output |