Results 1 to 5 of 5

Thread: XML comments?

  1. #1

    Thread Starter
    Hyperactive Member Sneeden's Avatar
    Join Date
    Oct 2001
    Location
    Sneedville
    Posts
    258

    XML comments?

    Whats with the XML comments that are put in by default? Is there something like javadoc (automated documentation based on comments)? If so, how do you use it?
    balls deep in bad code

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    What do you mean by use them and what do you intend to do ?

  3. #3
    Fanatic Member
    Join Date
    Jan 2005
    Location
    Cebu
    Posts
    607

    Re: XML comments?

    It's the /// with /doc:filename switch where filename is of your choice. Can't tell much as I don't know C# but see this.

  4. #4
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    Re: XML comments?

    also look in the Tools menu, the Build Comment Web Pages option
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

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

    Re: XML comments?

    NDoc, and I'd guess other tools, can be used to convert those XML documentation files to various formats, including what you see in the VS help. VB.NET 2005 adds the same capability using three single quotes instead of three slashes.

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