DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15902>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15902 Generated comments should be javadoc comments Summary: Generated comments should be javadoc comments Product: Axis Version: future (enh) Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: WSDL processing AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] when you have a WSDL file with comments in, these comments are passed into the source // cancel job public void cancelJob(java.lang.String jobURI) throws java.rmi.RemoteException; but if they were javadoc comments, rather than just // comments, then we could get these into the javadoc and so have self documenting endpoints from the WSDL.