>>author and version are options of the standard doclet and are not >>options of Javadoc itself. If the custom doclet supports them you need >>to add them explicitly yourself as you have done. >> > > The Ant javadoc task accepts the properties "author" and "version", and - as I > see it - passes these on to the standard doclet, if no custom doclet is specified. > However these are not passed on to a custom doclet. >
This is correct. IIRC, not all doclets accept the author and version optionas and will complain if they are passed. Conor -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
