Extensive javadoc cleanup.

Started to convert to the java.time
This commit is contained in:
Erik C. Thauvin 2016-07-17 02:35:05 -07:00
parent ad36c18124
commit 89f64cd9f5
27 changed files with 252 additions and 379 deletions

View file

@ -87,6 +87,8 @@ compileJava {
javadoc {
options.tags = ['created']
options.author = true
options.links('http://www.jibble.org/javadocs/pircbot/', 'http://docs.oracle.com/javase/8/docs/api/')
}
jar {