You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2003/01/08 20:55:01 UTC

DO NOT REPLY [Bug 15902] New: - Generated comments should be javadoc comments

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: axis-dev@xml.apache.org
        ReportedBy: stevel@apache.org


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.