1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-12 11:35:21 +02:00

Enable Javadoc warnings in nightly builds

This commit is contained in:
Martin Oberhuber 2007-05-16 12:30:51 +00:00
parent cf0694fc13
commit 17def30973

View file

@ -29,7 +29,7 @@ javacDebugInfo=on
#javacVerbose=true #javacVerbose=true
#compilerArg=-enableJavadoc #compilerArg=-enableJavadoc
#This fixes a problem with the IBM 1.5 VM, see bug 158358 #This fixes a problem with the IBM 1.5 VM, see bug 158358
compilerArg=-inlineJSR compilerArg=-inlineJSR -enableJavadoc -warn:javadoc
zipargs= zipargs=
tarargs=--owner=0 --group=0 tarargs=--owner=0 --group=0