Allow to create javadocs for multiple packages
Change-Id: Ia3de0458603dbe14f510b2edadf6ea44406b820e
This commit is contained in:
@@ -56,7 +56,7 @@ java_binary(
|
||||
java_doc(
|
||||
name = 'plugin-api-javadoc',
|
||||
title = 'Gerrit Review Plugin API Documentation',
|
||||
pkg = 'com.google.gerrit',
|
||||
pkgs = ['com.google.gerrit'],
|
||||
paths = [n for n in SRCS],
|
||||
srcs = glob([n + '**/*.java' for n in SRCS]),
|
||||
deps = [
|
||||
|
||||
Reference in New Issue
Block a user