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

Register plugin to https://plugins.gradle.org/ #69

Open urosjarc opened 8 years ago

urosjarc commented 8 years ago

It would be nice that you register this plugin on https://plugins.gradle.org/. So that you can use this plugin with plugins block (gradle) like so...

plugins {
    id 'ch.raffael.pegdown-doclet' version '0.2.0'
}
ddimtirov commented 8 years ago

Duplicates https://github.com/Abnaxos/pegdown-doclet/issues/54