markdown-doclet icon indicating copy to clipboard operation
markdown-doclet copied to clipboard

1.2 does not work

Open hrstoyanov opened this issue 9 years ago • 3 comments
trafficstars

I am new to this doclet. I followed the documentation and put just this in my Gradle build file:

buildscript {
    repositories {
        mavenCentral() 
        jcenter()
    }
    dependencies {
        classpath "ch.raffael.pegdown-doclet:pegdown-doclet:${pegdown_doclet_version}"
    }
}
apply plugin: 'ch.raffael.pegdown-doclet'

... and the generated javadocs show that it is not kicking in. I see other people do configurations and additional settings. Is this really necessary?

hrstoyanov avatar May 22 '16 00:05 hrstoyanov

Well .. what is the latest version actually? Is it 1.2 as the README.md says?

hrstoyanov avatar May 22 '16 00:05 hrstoyanov

1.3 is the latest version, actually. Try that first (or 1.2.1).

The Gradle plugin only covers the most simple cases and doing it manually isn't complicated neither (see the configuration for Maven, just set the doclet in the Javadoc configuration).

I'll look into it if it doesn't work with a newer version.

Abnaxos avatar May 22 '16 06:05 Abnaxos

Please fix the home page then . Yesterday it showed the cradle example with 1.2 which is the reason I had issues. With 1.3 it seems to work. Thanks

/Hristo Stoyanov On May 21, 2016 11:43 PM, "Raffael Herzog" [email protected] wrote:

1.3 is the latest version, actually. Try that first (or 1.2.1).

The Gradle plugin only covers the most simple cases and doing it manually isn't complicated neither (see the configuration for Maven, just set the doclet in the Javadoc configuration).

I'll look into it if it doesn't work with a newer version.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/Abnaxos/pegdown-doclet/issues/55#issuecomment-220817195

hrstoyanov avatar May 22 '16 15:05 hrstoyanov