Abnaxos / markdown-doclet

A Doclet that allows the use of Markdown in JavaDoc comments.
GNU General Public License v3.0
318 stars 40 forks source link

Can't reference diagrams defined in other comment blocks #21

Open astubbs opened 11 years ago

astubbs commented 11 years ago

I had a large diagram defined at the class level, then inserted it into a method comment. Pegdown generated the javadoc as expected, the diagram was shown twice. The intellij idea integration however shows a broken image link in the method.