Bazel: Add javadoc option to prevent warnings from doclint
Change-Id: I78c7335372e1a1cabb16d265cbabc4640a624ab0
This commit is contained in:
@@ -32,6 +32,7 @@ def _impl(ctx):
|
||||
"mkdir %s" % dir,
|
||||
" ".join([
|
||||
ctx.file._javadoc.path,
|
||||
"-Xdoclint:-missing",
|
||||
"-protected",
|
||||
"-encoding UTF-8",
|
||||
"-charset UTF-8",
|
||||
|
||||
Reference in New Issue
Block a user