google / jsinterop-generator

Generates Java annotated with JsInterop from JavaScript extern sources
Apache License 2.0
75 stars 24 forks source link

Fix javadocs formatting for modern javadocs tool #16

Closed realityforge closed 4 years ago

realityforge commented 5 years ago

@jDramaix Any changes need to be made to this to get it accepted?

jDramaix commented 5 years ago

SGTM

jDramaix commented 5 years ago

Note: We don't close <p> tags. I removed </p> during the import

jDramaix commented 5 years ago

We have also decided to go with

<pre>{@code
// non escaped java code
}</pre>

Because it keep the code in the javadoc readable for human when you read the code and Intellij is able to display correctly the javadocs.

Let me know if that break some modern tools

realityforge commented 5 years ago

I will do. Next time I package it up I will try and verify it all still works.

Thanks

realityforge commented 4 years ago

Closing this as it is no longer uptodate