[
https://issues.apache.org/jira/browse/DOXIASITETOOLS-219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149718#comment-17149718
]
Abel Salgado Romero commented on DOXIASITETOOLS-219:
----------------------------------------------------
I am working on this pointing temporarilly to the snapshot version of modello.
Mostly filling "param" and "return" with descriptions from other methods, but I
found 2 references that I don't know what to proceed.
# In `AbstractITextRender` there's this old annotation. Should just mark is as
`{color:#629755}{{color}{color:#629755}@literal
{color}{color:#629755}@plexus.requirement}{color}`? I suspect that will break
something
{code:java}
/**
* @plexus.requirement
*/
protected Doxia doxia;
{code}
2. In `DocumentRender` line 70, there's a commented line with a
deprecated reference. Is it safe to assume is a typo an can be removed?
PS: I got it working for Java8, with 11 there were other errors with modules,
but I image we deal with them in another issue.
> fix javadoc issues with JDK 8 when generating documentation
> -----------------------------------------------------------
>
> Key: DOXIASITETOOLS-219
> URL: https://issues.apache.org/jira/browse/DOXIASITETOOLS-219
> Project: Maven Doxia Sitetools
> Issue Type: Dependency upgrade
> Affects Versions: 1.9.2
> Reporter: Herve Boutemy
> Priority: Major
> Labels: up-for-grabs
> Fix For: 1.9.3
>
>
> when building Doxia Sitetools release with JDK 8:
> {noformat}mvn -Papache-release package -Dgpg.skip{noformat}
> some javadoc issues cause build failure
> for next release, it would be nice to not hit this issue any more
--
This message was sent by Atlassian Jira
(v8.3.4#803005)