On 04/10/2011, at 4:42 PM, Szczepan Faber wrote: > I think so, it would be cool if it worked with the DSL reference :) E.g. if > you need to show a javadoc for some class most likely this should be a part > of a DSL reference anyway.
This has been done. Any fully qualified class names that start with org.gradle will be turned into links: org.gradle.api.invocation.Gradle To link to a method use: org.gradle.api.invocation.Gradle:useLogger(java.lang.Object) you can just copy/paste this from the end of the url in the reference (i.e. it's the anchor name) To link to a property use: org.gradle.api.invocation.Gradle:gradleVersion -- Luke Daley Principal Engineer, Gradleware http://gradleware.com
