hierynomus / license-gradle-plugin

Manage your license(s)
http://www.javadude.nl
Other
409 stars 114 forks source link

Android Lint warning: "Dangling Javadoc comment" #129

Closed stkent closed 7 years ago

stkent commented 7 years ago
screen shot 2017-03-06 at 9 57 10 pm

Should this be formatted as a multi-line comment, rather than a Javadoc? Is that a configuration option that I missed someplace? 😳

Thanks!

hierynomus commented 7 years ago

The configuration option is present, and documented, but might be easy to miss.

license {
  mapping {
    java='SLASHSTAR_STYLE'
  }
}
stkent commented 7 years ago

Ah, great, thanks, will check that out :)

hierynomus commented 7 years ago

Let me know if this solves it for you :)

stkent commented 7 years ago

Yep, this was exactly what I needed :)