Skip to content

timcharper/scala-doc-dup-tag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project shows a bug in which the close tag is being duplicated by scaladoc. To reproduce it, run ./reproduce-it.sh.

The annotated and formatted html being generated is as follows:

<p class="shortcomment cmt">Demonstrates a scala issue in which the closing link tag is duplicated
  <a href="https://very-link">much title</a>
  </a> <!-- this should not be here and is invalid -->
</p>
<div class="fullcomment">
  <div class="comment cmt">
    <p>
      Demonstrates a scala issue in which the closing link tag is duplicated
      <a href="https://very-link">much title</a>
    </p>
  </div>
</div>

About

reproduce an issue in which it is observed that scaladoc duplicates a close tag

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published