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

Detect MDT taglets using service lookup instead of explicit declaration on the CLI #77

Open Abnaxos opened 7 years ago

Abnaxos commented 7 years ago

Read taglet classes from META-INF/services/ch.raffael.doclets.pegdown.mdtaglet.MarkdownTaglet.

Also consider moving GistMarkdownTaglets to a external module.