runeflobakk / motif

A Java library helping you to compose behavior from smaller parts.
http://runeflobakk.github.io/motif
6 stars 0 forks source link

Check out markdown doclet #33

Open runeflobakk opened 10 years ago

runeflobakk commented 10 years ago

Try the markdown doclet mentioned in this blog http://blog.paralleluniverse.co/2014/05/01/modern-java/

<dependency>
    <groupId>ch.raffael.pegdown-doclet</groupId>
    <artifactId>pegdown-doclet</artifactId>
    <version>1.1.1</version>
</dependency>