Align javadoc CSS to java 12 default, add CSS minification#1600
Align javadoc CSS to java 12 default, add CSS minification#1600joel-costigliola merged 1 commit intomasterfrom
Conversation
|
Wow, how did find what the cause was ? |
|
I'm merging it and generate the javadoc when I'll get back home to see if it fixes the issue, thanks! |
I stumbled upon this page and I started to play with the maven plugin, discovering that without the stylesheet parameter it was able to generate the default stylesheet of the jdk. Then I assumed our CSS has no customization except for highlight.js, so I combined the one from the JDK and the default from highlight.js! :-) |
|
The links work now :) but the CSS is kinda lost so no code highlighted likely due to that warning when I'm generating the javadoc: |
|
I might know why, I'll check soon |
|
@joel-costigliola just pushed the maven phase fix, could you try again? |
|
It works, awesome! |
|
Oh sorry I missed that. |
|
will be 100% done when #1584 is addressed (but nothing urgent) |

Should hopefully fix #1570!
Also bumped
highlight.jsto version 9.15.10.