Use Advanced Search to search the entire archive.
[jsr363-experts] Javadoc formatting
- From: Martin Desruisseaux <
>
- To: "
" <
>
- Subject: [jsr363-experts] Javadoc formatting
- Date: Wed, 17 Dec 2014 14:50:36 +0900
- Organization: Geomatys
Javadoc comments in JSR-363 API use custom [code] blocks, which were
processed in a special way by the colorapi plugin. This plugin is not
executed anymore at this time, which result in broken javadoc
formatting. What should we do?
* Replace [code] by standard HTML <pre> elements?
* Reenable the colorapi plugin in the pom.xml?
The colorapi plugin does not seem to be on Maven central repository,
which may prevent us from using it. Furthermore replacing by the HTML
element would allow the code example to be formatted as expected in
auto-completion windows of IDE that do not know about custom plugins. Do
we perform this replacement?
Martin