|
-
Dec 14th, 2001, 01:35 PM
#1
Thread Starter
Hyperactive Member
C# XML comments in VB.net?
Does VB.net have the capability of including XML comments like c#?
If not, why not? How hard can that be to add that to VB.net when it's already included in C#?
-scott
he he he
-
Dec 14th, 2001, 01:46 PM
#2
whar do you mean XML comments?
-
Dec 14th, 2001, 04:55 PM
#3
Thread Starter
Hyperactive Member
If you type three backslashes, you can create an XML tags within the C# code. You can use this tag later to automatically document your code.
For instance you could have something like:
<author>Scott</author>
<module name>TestClass</module name>
<last modified>June 18</last modified>
blah blah blah...
Then turn this into HTML help etc. when the project is done.
But, I don't think this exists in VB.net
-scott
he he he
-
Dec 17th, 2001, 12:52 AM
#4
According to the MSDN library only the C# compiler in Visual Studio.Net supports this documentation comments feature.
BTW the documentation comment is three forward slashes not backslashes.
Best regards
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
|