Can XML be documented using Doxygen, Sandcastle, or other documentation generators?

后端 未结 2 775
南笙
南笙 2021-01-05 08:21

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,

2条回答
  •  南方客
    南方客 (楼主)
    2021-01-05 08:27

    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.

提交回复
热议问题