-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix and reformat javadoc author tag #1486
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think using {@literal }
is a great solution. How does this look in the generated rendered html?
The description of the PR seems to suggest that JavaDoc generation is broken? |
Yeah, doesn't appear to be working as I can't find |
3f5c80f
to
83c2c5c
Compare
Now every and all author tag will be like /**
* @author Hitori "Bocchi" Gotō
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! Thanks!
org.lflang.tests/src/org/lflang/tests/compiler/LinguaFrancaValidationTest.java
Outdated
Show resolved
Hide resolved
I agree. You can merge this. There are already some other conflicts in #1482 that need to be resolved manually. A few more will not change much. |
See #1477 for more context, the questions are:
{@literal }
or< >
?