|
-
Jun 10th, 2005, 03:17 PM
#1
Thread Starter
Hyperactive Member
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?
-
Jun 11th, 2005, 06:33 PM
#2
Sleep mode
What do you mean by use them and what do you intend to do ?
-
Jun 13th, 2005, 09:16 PM
#3
Fanatic Member
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.
-
Jun 13th, 2005, 10:51 PM
#4
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!!
-
Jun 13th, 2005, 11:18 PM
#5
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|