|
-
Oct 7th, 2008, 09:59 AM
#1
Thread Starter
Addicted Member
[RESOLVED] [2005] Documentation
Does anyone know of any tools that you can point at a project or the xml generated with its DLL to build you a template for documenting the project?
If not I'm thinking of trying to read the XML into a tree view, since the +/- buttons to expand and contract detail on something would be tremendously helpful for large libraries. The other thing I was considering was an XSLT to lay on top of a webpage.
I'm ok with XML, but not great with utilizing it in VB, so this would be good practice/learning.
Thoughts?
-
Oct 7th, 2008, 10:30 AM
#2
Re: [2005] Documentation
Hey,
Unless I have misunderstood your request, you might want to look at the following:
Sandcastle
NDoc
Hope this helps!!
Gary
-
Oct 7th, 2008, 11:24 AM
#3
Thread Starter
Addicted Member
Re: [2005] Documentation
both of those look like a fairly good solution, however NDoc just throws exceptions as it doesn't support .net 2.0 or newer. trying sandcastle now.
-
Oct 7th, 2008, 12:09 PM
#4
Thread Starter
Addicted Member
Re: [2005] Documentation
Sandcastle Error: SyntaxComponent: The type 'Microsoft.Ddue.Tools.ScriptSharpDeclarationSyntaxGenerator' does not exist in the assembly 'C:\Program Files\Visual Studio 2005 SDK\2007.02\VisualStudioIntegration\Tools\Sandcastle\\ProductionTools\SyntaxComponents.dll'.
This is almost the last step the buildAssembler step.
-
Oct 7th, 2008, 01:40 PM
#5
Thread Starter
Addicted Member
Re: [2005] Documentation
Thanks to the nicely informative error messages and FAQ in Sandcastle Help File Builder, it appears I have auto-built documentation for my biggest library in 3 different formats. My boss is satisfied, I don't have to write manual documentation, WEEEEE.
-
Oct 7th, 2008, 01:41 PM
#6
Re: [2005] Documentation
Woot Woot!!
-
Oct 7th, 2008, 01:43 PM
#7
Thread Starter
Addicted Member
Re: [RESOLVED] [2005] Documentation
Marked resolved, and rated. thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|