The inspection detects the following issues:
Example:
/**
* Unknown tag: List<String>
* Unclosed tag: error</b>
* Misplaced text or tag: <ul><li>one</li>, <li>two</li></ul>
* Wrong or empty attribute: <a href=""></a>
* Self-closed tag: <br/>
* ...
*/
void sample(){ }