Details
Description
At the moment, Groovydoc (when searching within directories) looks for files ending in a list of hard-coded extension names. This list should be able to be set from Ant.
At the moment, Groovydoc (when searching within directories) looks for files ending in a list of hard-coded extension names. This list should be able to be set from Ant.
added, you can now do:
<groovydoc destdir="${docsDir}/gapi" sourcepath="${sourceDir}" packagenames="**.*" extensions=".java:.groovy:.story" ...