diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-07-08 09:07:21 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-07-08 09:07:21 +0000 |
| commit | a13b94f9e0bca8ea892311d9d9e0c0bc48616ea7 (patch) | |
| tree | c74b01682d62d8a5e13948a828307f263de36ac6 /scripts | |
| parent | 9d632dd826c8a312095de0f56df66b2580d336cb (diff) | |
| download | zcatch-a13b94f9e0bca8ea892311d9d9e0c0bc48616ea7.tar.gz zcatch-a13b94f9e0bca8ea892311d9d9e0c0bc48616ea7.zip | |
minor update
Diffstat (limited to 'scripts')
| -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 |