Closed
Description
I think this is Gradle-specific so it may have been caused by #148. Upgrading to 0.0.17 (from 0.0.15) results in some unexpected changes in formatting:
- Javadoc line width is narrowed
- The description for javadoc
@param
tags is split onto a separate line:
* @param name
* name of the library
catch
is moved onto the same line as the closing}
of thetry
block
} catch (IOException ex) {