|
From: <no...@so...> - 2002-11-19 17:52:10
|
Support Requests item #627225, was opened at 2002-10-22 18:40 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=416079&aid=627225&group_id=36057 Category: None Group: None Status: Closed Priority: 5 Submitted By: Hannes Danzl (hdanzl) Assigned to: Jean-Claude Manoli (jcman) Summary: Solution to [ 609148 ] faulty? Initial Comment: The solution in this discussion seems to prevent documentation of classes that are "inherited". I've changed to this: field.IsPublic || ((field.FieldType.Attributes & TypeAttributes.Class)!=0) || ... ---------------------------------------------------------------------- Comment By: Matt Joe (iamjoem) Date: 2002-11-19 09:52 Message: Logged In: YES user_id=599395 hdanzl, jcman copied your comment into my original post. I see what you've done but I don't know where to put your "or" statement. Do you see it in the MustDocumentMethod fxn or the MustDocumentField fxn or both? Thanks for the follow up. ---------------------------------------------------------------------- Comment By: Jean-Claude Manoli (jcman) Date: 2002-11-18 08:11 Message: Logged In: YES user_id=235364 I've copied this comment into support request [ 609148 ]. ---------------------------------------------------------------------- Comment By: Hannes Danzl (hdanzl) Date: 2002-10-29 14:38 Message: Logged In: YES user_id=634361 hm. no comments? problem is, i'm not sure about my change .. ---------------------------------------------------------------------- Comment By: Hannes Danzl (hdanzl) Date: 2002-10-29 14:38 Message: Logged In: YES user_id=634361 hm. no comments? problem is, i'm not sure about my change .. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=416079&aid=627225&group_id=36057 |