Hi there, I've tried to use groovydoc, and at the first look, it does not seem to work quite well. Does anyone really use the thing?
For one, it seems to ignore packages completely — although each of my classes contain the “package” line all right, the generated documentation shows “Default Package” only; the particular classes are also presented without a package. Even worse is that the generated documentation contains unneeded information for all the small supporting methods which have no documentation comments and thus should not be shown at all. The result is terribly cluttered and good for nothing; the non-documented methods should be hidden. I must be missing something of importance. I've checked the groovydoc options, and it seems there is no package-related option at all (but for -exclude, which is not what I need here), and I can't find a switch to skip undocumented methods either :( What do I overlook? Thanks, OC