Dave,

>I have't tried this, but I'd be interested in anyone else comments on this
>(no pun intended :-) ).
>
>XML Comments for VB.NET
>http://www.fesersoft.com/Products/


Last time I checked, it used custom attributes for the comments. That isn't 
a very good solution IMO. It clutters the code even more than C# XML 
comments do, adds bloat to the metadata and a runtime dependency on the 
assembly containing the attribute types, for something that is purely a 
design time feature. Of course, one could make a post build tool that would 
remove the attributes and assembly dependency, but I'd rather use a tool 
that did it right from the beginning.


Mattias

===
Mattias Sjögren
[EMAIL PROTECTED]

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to