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

Handle javadoc translation for {@usesMathJax} tags #1043

Open
pjcollins opened this issue Sep 22, 2022 · 1 comment
Open

Handle javadoc translation for {@usesMathJax} tags #1043

pjcollins opened this issue Sep 22, 2022 · 1 comment
Assignees
Labels
bug Component does not function as intended javadoc Issues with consuming Java documentation formats

Comments

@pjcollins
Copy link
Member

Attempts to process Javadoc containing the {@usesMathJax} are not well handled, we may want to omit this tag.

@pjcollins pjcollins added bug Component does not function as intended javadoc Issues with consuming Java documentation formats labels Sep 22, 2022
@pjcollins pjcollins self-assigned this Sep 22, 2022
@pjcollins pjcollins changed the title Handle javadoc translation for {@param} tags Handle javadoc translation for {@usesMathJax} tags Sep 22, 2022
@pjcollins
Copy link
Member Author

pjcollins commented Sep 22, 2022

A couple of other instances that currently produce an empty summary and should likely be omitted:

<javadoc>
  <![CDATA[{@hide}]]>
</javadoc>

<javadoc>
  <![CDATA[{@removed}]]>
</javadoc>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Component does not function as intended javadoc Issues with consuming Java documentation formats
Projects
None yet
Development

No branches or pull requests

1 participant