Documenting service api's
Do you have any recommendations (tools, project structure, etc) for documenting the public API of a service? I'd like to produce docs that keep the public interface separate from the internals.
thanks,
R
Do you have any recommendations (tools, project structure, etc) for documenting the public API of a service? I'd like to produce docs that keep the public interface separate from the internals.
thanks,
R
If you are looking for tools to generate html help from your XML documented classes, here are the ones I can suggest:
NDoc
Microsoft Sandcastle
This wasn't quite what I meant to ask, but now I have the answer. I wanted to document the public dss interface to my service, as opposed to the C# class and its methods. I finally realized I can use sandcastle on the generated proxy class and I'm done.
cheers,
R