TSergey / intellij-javadocs

Intellij-idea javadocs generator
http://tsergey.github.io/intellij-javadocs/
Apache License 2.0
237 stars 96 forks source link

array parameters #100

Open birbilis opened 3 years ago

birbilis commented 3 years ago

autogenerated:

/**
 * Get bytes byte [].
 *
 * @param command the command
 * @return the byte []
 */
private byte[] getBytes(Command command) {
    return command.toByteArray();
}

in my opinion, [] should say array instead. For arrays of higher dimension too (not multiple "array" words that is - or could say 2-dimensional array etc.)