From 61bfe2d70cae6be8c4086a210a5451135ccca9ea Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 2 Aug 2008 08:21:29 +0000 Subject: added doc tool --- docs/tool/NaturalDocs.bat | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/tool/NaturalDocs.bat (limited to 'docs/tool/NaturalDocs.bat') diff --git a/docs/tool/NaturalDocs.bat b/docs/tool/NaturalDocs.bat new file mode 100644 index 00000000..59e39631 --- /dev/null +++ b/docs/tool/NaturalDocs.bat @@ -0,0 +1,17 @@ +@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 -- cgit 1.4.1