Can we default to dsl? This should be the most common case.

One problem with coding the type is that it doesn't pick up changes to either 
the code or the documentation (ie something that used to have only javadoc gets 
added to the dsl reference).  The doc generation stuff knows which type of link 
to use for the <apilink> tags. I wonder if we could publish this meta-data 
somewhere for the forums to use?


On 23/11/2011, at 5:02 AM, Luke Daley wrote:

> The format for doc links on the forum has changed.
> 
> There are now three supported flavours:
> 
> dsl:«fully qualified class name»[:«method signature»]
> javadoc:«fully qualified class name»[:«method signature»]
> groovydoc:«fully qualified class name»[:«method signature»]
> 
> Examples:
> 
> dsl:org.gradle.api.Project → 
> http://gradle.org/current/docs/dsl/org.gradle.api.Project.html#org.gradle.api.Project
> javadoc:org.gradle.api.Project:DEFAULT_GRADLE_USER_HOME → 
> http://gradle.org/current/docs/javadoc/org/gradle/api/Project.html#DEFAULT_GRADLE_USER_HOME
> groovydoc:org.gradle.api.Project:depthCompare(org.gradle.api.Project) → 
> http://gradle.org/current/docs/javadoc/org/gradle/api/Project.html#depthCompare(org.gradle.api.Project)
> javadoc:org.gradle.api.Project:configure(java.lang.Object, 
> groovy.lang.Closure) → 
> http://gradle.org/current/docs/javadoc/org/gradle/api/Project.html#configure(java.lang.Object,
>  groovy.lang.Closure)
> 
> -- 
> Luke Daley
> Principal Engineer, Gradleware 
> http://gradleware.com
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
> 
>    http://xircles.codehaus.org/manage_email
> 
> 


--
Adam Murdoch
Gradle Co-founder
http://www.gradle.org
VP of Engineering, Gradleware Inc. - Gradle Training, Support, Consulting
http://www.gradleware.com

Reply via email to