Unbalanced HTML tags in Javadoc of UnnecessaryStubbingException
See original GitHub issueIn the Javadoc of that class, the <code
is not closed properly. Because of this, the following paragraphs are rendered in monospace font as well.
While here, effect not
should be effect of not
.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Allowed HTML tags in Javadoc - Stack Overflow
Javadoc permits only a subset of HTML tags, as of Java 8. Javadoc's doclint component enforces this restriction. You can disable all doclint ......
Read more >Documentation Comment Specification for the Standard ...
When the text content is HTML, it may be possible to use entities { and } to represent unbalanced braces. Standard Tags. The...
Read more >A Guide to Formatting Code Snippets in Javadoc - Reflectoring
A thorough explanation of different ways to format code snippets within a Javadoc comment.
Read more >Javadoc Code formatting does not indent HTML tags properly
Javadoc Code formatting does not indent HTML tags properly ... Write a java method with javadoc. Create a <table> inside of your javadoc,...
Read more >Javadoc Comments - checkstyle
Check text for incomplete HTML tags. Verifies that HTML tags have corresponding end tags and issues an "Unclosed HTML tag found:" error if...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yeah, if you could open a PR to make that change we can fix it 😄
Let’s reopen so that someone else can make the PR.