ebarboni opened a new pull request, #8302: URL: https://github.com/apache/netbeans/pull/8302
This is a PR out of 5 (I hope) where I execute the apidoc not using codesnippet-doclet. ``` <arg value="--allow-script-in-comments" if:true="${javadoc23.or.later}" `/>` <arg value="--snippet-path ${javadoc.base}/test/unit/src:${javadoc.base}/src" if:true="${javadoc23.or.later}" /> <arg value="-Xdoclint:all" /> <arg value="-Xdoclint:-missing" /> ``` javadoc 23 is checking hard for correct header sequence, removed attribute and element, and if an error is detected it break generation for the current module. I would like to anticipate and having apidoc base clean to this aspect so I could focus on xslt management to get jdk23 looking docs later. As header sequence changed I added more header to the link checker. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists