Results 1 to 2 of 2

Thread: Programmer Help Documentation

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Sep 2008
    Posts
    1,260

    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).

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width