diff --git a/docs/manual/CoreTasks/javac.html b/docs/manual/CoreTasks/javac.html index fb62e6d5e..5a59e4645 100644 --- a/docs/manual/CoreTasks/javac.html +++ b/docs/manual/CoreTasks/javac.html @@ -194,8 +194,13 @@ invoking the compiler.
off
.off
. If set to
+ off
, -g:none
will be passed on the
+ command line for compilers that support it (for other compilers, no
+ command line argument will be used). If set to true
,
+ the value of the debuglevel
attribute determines the
+ command line argument.lines
, vars
, and source
.
If debuglevel
is not specified, by default,
- :none
will be
+ nothing will be
appended to -g
. If debug
is not turned on,
this attribute will be ignored.