0 votes
in Gradle by

Which Gradle task is used to generate a Javadoc API documentation?

a) javadoc

b) generateJavadoc

c) doc

d) apiDoc

1 Answer

0 votes
by

Answer: a) javadoc

reason: The javadoc task is used to generate a Javadoc API documentation for a Gradle project. It generates HTML documentation for the project’s public API.

Related questions

0 votes
asked Mar 27 in Gradle by rajeshsharma
0 votes
asked Jul 7, 2022 in VueJS by sharadyadav1986
...