[MPLUGIN-442] Generate goal documentation leveraging Sink API#225
[MPLUGIN-442] Generate goal documentation leveraging Sink API#225
Conversation
|
Will happily review, leave me a couple of days... |
Drop XDoc intermediate format
6e1504a to
ca6df87
Compare
|
@michael-o Any more comments on the anchors being generated? |
michael-o
left a comment
There was a problem hiding this comment.
So far so good, let me run and compare myself and think about your open question in the next couple of days...
e677aa9 to
a92577d
Compare
205de0e to
f6dc034
Compare
|
See also checkstyle/checkstyle#13016 |
41ca383 to
1696e35
Compare
| if (StringUtils.isNotEmpty(parameter.getDeprecated())) { | ||
| String deprecated = getXhtmlWithValidatedLinks(parameter.getDescription(), context); | ||
| description = format("parameter.deprecated", deprecated); |
There was a problem hiding this comment.
@kwin @michael-o
Is it intended - we check parameter.getDeprecated() but use parameter.getDescription()?
We lost here deprecated reason ... only deprecated label with standard description is printed.
There was a problem hiding this comment.
That is a copy-paste mistake. It is supposed to print the deprecation text.
There was a problem hiding this comment.
The removed Xdoc generator had it right. @slawekjaranowski Please file an issue. We need to fix this.
|
Resolve #749 |
Drop XDoc intermediate format