From: Mark I. <mi...@so...> - 2006-04-28 12:44:37
|
Try: List{T} Kevin Downs had to supply me with that answer a few months back... -----Original Message----- From: ndo...@li... [mailto:ndo...@li...] On Behalf Of Owen Blacker Sent: 28 April 2006 13:40 To: NDoc users list Cc: Owen Blacker; Julian Birch Subject: [Ndoc-users] .Net 2.0 generics in XML doc comments I'm having some trouble with the various versions of NDoc I have installed to try to generate comments for the .Net 2.0 project I'm working on at the moment. Both "NDoc 1.3.1 v15" and "NDoc 2005" seem to throw NDoc.Core.DocumenterException exceptions when I try to generate the comments (see http://plum.flirble.org/~owen/NDoc_1.3.1_v15.txt and http://plum.flirble.org/~owen/NDoc_2005.txt for stack traces) This isn't really the reason I'm mailing however (though if someone wants to fix those or tell me what I'm doing wrong then please be my guest ;o) What I really want to know is a problem caused by the apparent inability of Microsoft developers to write useful sample code. I have a property of my class that returns a List<string>. So far so good, but I have absolutely no idea how to write a <see cref=3D""/> tag for that type. If I write <see cref=3D"System.Collections.Generic.List<string>"/> then I am completely unsurprised that Visual Studio tells me there's a problem, as the angle-brackets are obviously going to cause problems. But what should I be writing? :o) Owen -- Owen Blacker, London GB Say no to ID cards: www.no2id.net -- They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety --Benjamin Franklin, 1759 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 121642 _______________________________________________ Ndoc-users mailing list Ndo...@li... https://lists.sourceforge.net/lists/listinfo/ndoc-users |