roboslack icon indicating copy to clipboard operation
roboslack copied to clipboard

Fix javadoc warnings

Open dotCipher opened this issue 8 years ago • 0 comments

There are a slew of javadoc warnings that are polluting the build (ie ./gradlew clean check). An few examples include:

roboslack/roboslack-api/src/main/java/com/palantir/roboslack/api/MessageRequest.java:46: warning - Tag @see: missing final '>': "<a href="https://api.slack.com/docs/message-formatting">message-formatting</a> for details on Slack's message
...
roboslack/roboslack-api/src/main/java/com/palantir/roboslack/api/markdown/ValueDecorator.java:27: warning - Tag @link: reference not found: T
...

We should fix these warnings

dotCipher avatar Jul 08 '17 08:07 dotCipher