We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following #582,
/** * Some text. * * @uses java.sql.Driver * * @moduleGraph * @since 9 */ public class Foo{}
gets rendered as
"Some text.\n\n * **Since:**\n \n * 9\n * **@uses**\n * \n * **@moduleGraph**\n * "
java.sql.Driver is gone, indentation is borked. cc @JPinkney
The text was updated successfully, but these errors were encountered:
tags were not properly closed. Once fixed, we should see:
Sorry, something went wrong.
Better handle javadoc with extra tags. Fixes eclipse-jdtls#611
3a73faa
Signed-off-by: Fred Bricon <[email protected]>
ab8ba8f
c8d6f56
fbricon
No branches or pull requests
Following #582,
gets rendered as
java.sql.Driver is gone, indentation is borked. cc @JPinkney
The text was updated successfully, but these errors were encountered: