I have a java file I use simply to hold string
values used elsewhere.
public class xyz{
/**
* description
*/
String x = "......";} javadoc is not picking up the docstrings for output. Is there an ant property I need to set for this please, or does javadoc not pick up docstrings without a method? -- Regards DaveP. XSLT&Docbook FAQ http://www.dpawson.co.uk/xsl --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
