如何从wsdl中的xs:documentation标签生成注释? [英] How can I generate comments from xs:documentation tags in a wsdl?

查看:1512
本文介绍了如何从wsdl中的xs:documentation标签生成注释?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Aloha

我收到了一个不错的wsdl与xs:文档标签,如:

I received a nice wsdl with xs: documentation tags like:

<xs:complexType name="Supplier">
  <xs:annotation>
    <xs:documentation>
      The supplier of the product
    </xs:documentation>
  </xs:annotation>

有没有办法生成 ///< summary> 这个标签?我正在使用visual studio 2008

Is there any way to generate ///<summary> tags from this? I'm using visual studio 2008

推荐答案

我发现了这个工具 xsd2code ,其中包括此功能。

I have found the tool xsd2code that includes this functionality.

-Edoode

这篇关于如何从wsdl中的xs:documentation标签生成注释?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆