可以使用Doxygen,Sandcastle或其他文档生成器来记录XML吗? [英] Can XML be documented using Doxygen, Sandcastle, or other documentation generators?

查看:114
本文介绍了可以使用Doxygen,Sandcastle或其他文档生成器来记录XML吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前正在使用Sandcastle,Doxygen和JavaDoc为我编写的代码生成文档.是否可以使用这些软件包来记录XML模式?如果没有,是否有任何软件包(最好是免费的!)可以做到这一点?我可以自己编写文档,作为Doxygen或Sandcastle中的一个额外的概念性话题,但我宁愿使用一种工具为我做这件事!

I am currently using Sandcastle, Doxygen, and JavaDoc to generate documentation for code I have written. Is it possible to document XML schemas using these packages? If not, are there any (preferably free!) packages which can do this? I could write the documentation myself as an extra conceptual topic within Doxygen or Sandcastle, but I would rather a tool did it for me!

一个例子是(尽管我不是XML Schema的专家!):

An example would be (although I am no expert at XML Schema!):

/// <summary>Top Node</summary>
<xs:element name="TopNode">
    /// <summary>Child Node</summary>
    <xs:element name="ChildNode" type="xs:string"/>
</xs:element>

推荐答案

我知道的唯一可以记录XML模式的工具是

The only tool that I know of that can document XML schemas is DocFlex/XML XSDDoc. Quite frankly, I don't have much experience using it but for what little use I did have of it, it did a pretty good job.

这篇关于可以使用Doxygen,Sandcastle或其他文档生成器来记录XML吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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