Hi,
I'm going to be generating API docs using Sandcastle - I couldn't find any guides on how to do this on there website. Does anyone have any quickstart guides they would recommend?
|
|
Hi, I'm going to be generating API docs using Sandcastle - I couldn't find any guides on how to do this on there website. Does anyone have any quickstart guides they would recommend?
|
||
|
|
|
|
I'd suggest using SHFB (if you can), as it makes it really easier. SHFB comes with documentation, but you will be able to use it's common features without any tutorial. |
||
|
|
|
|
Maybe you could check the (codeplex) site of SandCastle. But my experience is that it is best just to play around with it. First thing you have to do is configure your application to generate your comments into an XML file (and using XML comments in your code). This is a setting in your project. Next thing you can do is load your assembly with the associated XML into Sandcastle and play with the settings (in most cases the default settings are good enough). Most settings are self-documenting or are obvious by looking at the name. Good luck playing with it! |
||
|
|