Skip to content
New issue

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

Wrong javadoc generated #611

Closed
fbricon opened this issue Apr 3, 2018 · 1 comment
Closed

Wrong javadoc generated #611

fbricon opened this issue Apr 3, 2018 · 1 comment
Assignees

Comments

@fbricon
Copy link
Contributor

fbricon commented Apr 3, 2018

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 *  "

screen shot 2018-04-03 at 2 09 31 pm

java.sql.Driver is gone, indentation is borked. cc @JPinkney

@fbricon
Copy link
Contributor Author

fbricon commented Apr 4, 2018

tags were not properly closed. Once fixed, we should see:
better-javadoc

@fbricon fbricon self-assigned this Apr 4, 2018
@fbricon fbricon added this to the End March 2018 milestone Apr 4, 2018
fbricon added a commit to fbricon/eclipse.jdt.ls that referenced this issue Apr 4, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Signed-off-by: Fred Bricon <[email protected]>
fbricon added a commit to fbricon/eclipse.jdt.ls that referenced this issue Apr 4, 2018
@fbricon fbricon closed this as completed in c8d6f56 Apr 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant