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

[Java.Interop.Tools.JavaSource] Better handle embedded html in html docs #1059

Open
pjcollins opened this issue Nov 15, 2022 · 0 comments
Open
Assignees
Labels
enhancement Proposed change to current functionality javadoc Issues with consuming Java documentation formats

Comments

@pjcollins
Copy link
Member

pjcollins commented Nov 15, 2022

We have a lot of instances in our docs where we are using HTML entities rather than the tag itself, for example:

  • A <em>lookup object</em> is a factory
  • An <c>ArrayList&lt;String&gt;</c> corresponding...

We should consider using < and > characters in place of these entities, and/or scan usage for more common HTML elements that can be converted to C# doc elements.

@pjcollins pjcollins added the javadoc Issues with consuming Java documentation formats label Nov 15, 2022
@pjcollins pjcollins self-assigned this Nov 15, 2022
@jpobst jpobst added the enhancement Proposed change to current functionality label Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Proposed change to current functionality javadoc Issues with consuming Java documentation formats
Projects
None yet
Development

No branches or pull requests

2 participants