Skip to content

Commit

Permalink
Updated build.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-fiscaletti committed Feb 2, 2018
1 parent c4b2237 commit 3b784b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bat
Expand Up @@ -58,7 +58,7 @@ IF %ERRORLEVEL% NEQ 0 (
ECHO Could not generate javadocs, Error: command 'javadoc' not in path.
) ELSE (
ECHO Generating JavaDocs^.^.^. ^(^.^/docs^)
javadoc -sourcepath ./src/ -d ./docs -subpackages jtwod -exclude jtwod.examples > nul
javadoc -sourcepath ./src/ -d ./docs -subpackages jtwod -exclude jtwod.examples >nul 2>nul
)

@echo Done.
Expand Down

0 comments on commit 3b784b0

Please sign in to comment.