diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-01-17 12:56:19 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-01-17 12:56:19 +0000 |
| commit | e42c493d0c294ccb0a314c8447818c8d613195df (patch) | |
| tree | 27e56d9415313ddccdb1550da64ed3ef80b1dcca /docs/doctool/NaturalDocs.bat | |
| parent | 037569c4e52f37196275dbafec670f54da249cf8 (diff) | |
| download | zcatch-e42c493d0c294ccb0a314c8447818c8d613195df.tar.gz zcatch-e42c493d0c294ccb0a314c8447818c8d613195df.zip | |
removed olds docs
Diffstat (limited to 'docs/doctool/NaturalDocs.bat')
| -rw-r--r-- | docs/doctool/NaturalDocs.bat | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/doctool/NaturalDocs.bat b/docs/doctool/NaturalDocs.bat deleted file mode 100644 index 59e39631..00000000 --- a/docs/doctool/NaturalDocs.bat +++ /dev/null @@ -1,17 +0,0 @@ -@echo off - -set NaturalDocsParams= - -rem Shift and loop so we can get more than nine parameters. -rem This is especially important if we have spaces in file names. - -:MORE -if "%1"=="" goto NOMORE -set NaturalDocsParams=%NaturalDocsParams% %1 -shift -goto MORE -:NOMORE - -perl NaturalDocs %NaturalDocsParams% - -set NaturalDocsParams= \ No newline at end of file |