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

Added Pegdown Doclet gradle plugin #31

Closed Turbo87 closed 9 years ago

Turbo87 commented 9 years ago

see https://github.com/Turbo87/pegdown-doclet/blob/gradle-plugin/integrations/gradle-plugin/README.md

Turbo87 commented 9 years ago

just noticed that this might not be entirely compatible with http://plugins.gradle.org/submit yet... will have another look at this

Turbo87 commented 9 years ago

should be fixed now!

README is also updated to reflect the changed plugin id (apply plugin: 'ch.raffael.doclets.pegdown')

Turbo87 commented 9 years ago

@Abnaxos any comments on this?