|
-
May 25th, 2013, 09:47 AM
#1
Thread Starter
Frenzied Member
Programmer Help Documentation
I have developed a Visual Basic application and have been asked to develop some Programmer Documentation. What exactly is programmer documentation and is there a tool that can produce this documentation from a Visual Basic application (Kind of like the Generate Sequence Diagram, but for Programmer Documentation).
-
May 25th, 2013, 11:37 AM
#2
Re: Programmer Help Documentation
Programmer documentation would be something like the MSDN Library. You can annotate your types and members with XML comments and they will then be used automatically by Intellisense. There are also various tools that can turn them into MSDN-like documentation. There was a tool named NDoc that could do it but it was discontinued some time ago. Microsoft themselves use something named Sandcastle, which is what you should probably look at first.
http://www.bing.com/search?q=microso...UP22&dt=042813
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
|