Abnaxos / markdown-doclet

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

.jar file #49

Closed gherson closed 8 years ago

gherson commented 8 years ago

README.md has under section Invoking: javadoc -doclet ch.raffael.doclets.pegdown.PegdownDoclet -docletpath /path/to/pegdown-doclet-1.1-all.jar

When I download pegdown-doclet by clicking the Download ZIP button, however, I don't see a pegdown-doclet-1.1-all.jar (or other .jar) file. Why? Why no other installation instructions?

thank you, George H

Abnaxos commented 8 years ago

The Download ZIP button you specified is a link to download the source code from GitHub as ZIP archive, not the binaries. The binaries are located in the Maven repository.

I've updated the README accordingly.