[Mono-bugs] [Bug 337401] Monodoc will list a property as "Protected" if one of its accessors is protected
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Oct 28 20:23:16 EDT 2007
https://bugzilla.novell.com/show_bug.cgi?id=337401#c2
--- Comment #2 from Jonathan Pryor <jonpryor at vt.edu> 2007-10-28 18:23:14 MST ---
Ignore Comment #1. The problem isn't monodocer, which correctly generates a
prototype of "public string B { protected set; get; };" (though that trailing
';' needs to be removed eventually...).
The problem is the monodoc Gtk# GUI, which:
1. Lists the property in the "Protected Properties" section in the Members page
2. Lists "public protected string B { protected set; get; }" as the prototype.
No idea where the problem is within docbrowser vs. the monodoc engine (probably
the latter), but it's NOT monodocer.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list