Javadoc generating "Constructor Summary"
Hey guys,
Just wondering if someone can clue me in as to why for some classes I have written javadoc generates a Constructor Summary and for others it doesn't.
I have a couple of classes that don't contain a default constructor (and only have a few static methods) but javadoc insists on throwing a Constructor Summary into my documentation with a default method() even though I haven't written one.
Can someone tell me how to stop this or alternatively what triggers javadoc in doing so as it isn't happening for every class that I have written.
Thanks in advance,
Terry.

