I've a C# project that I need to create documentation file. I'm using last version of SHFB and VS 2005 to create XML documentation file.
How can I add code blocks inside documentation? I wanna show all lines of my function, not only one part for sample.
I found a document that describes how to add code block in sandcastle with code tag, but my functions dont have that tag, also in project there are a lot of functions, so its imposible to add tags for all functions.
Is there any way to build code tag from project automaticly, or a plugin for show inside of function?
Thanks.