travisspencer
09/15/2020, 6:31 PMjavadoc
gradle plugin, we do this:
javadoc {
title = "My Good API docs"
options.overview = project.projectDir.path + '/src/main/javadoc/overview.html'
options.bottom = 'Copyright © 2020 MY COMPANY. All rights reserved.'
Can't figure out how to set the title, overview page, bottom text