c# - Best way to document WCF interface? -
That's why I am using WCF, and my interfaces and services are internal applications to another company. What is the best way to document those interfaces? I like to inline the documentation with the code, and then make some output attractive to HTML, but I'm not sure there is any recommended way to do this.
Use XML docs for this There are a lot of smart meta-tags that you can put code samples in them There are references to operations, throw exceptions etc.
Then you can use Radocalese (+ some GUIs which you can find on the codeplex). To generate either chm, or HTML documentation.
Comments
Post a Comment