mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8164316: Refine the Doclet APIs
Reviewed-by: jjg
This commit is contained in:
parent
54244b5e6d
commit
f4c9d73b3e
42 changed files with 1079 additions and 789 deletions
|
@ -179,6 +179,16 @@ public class JavadocTask extends AbstractTask<JavadocTask> {
|
|||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the options.
|
||||
* @param options the options
|
||||
* @return this task object
|
||||
*/
|
||||
public JavadocTask options(List<String> options) {
|
||||
this.options = options;
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the files to be documented.
|
||||
* @param files the files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue