Open GoogleCodeExporter opened 9 years ago
This is an interesting one; reading from `[Description(...)]` would be pretty
easy; however, reading the `///` comments is much trickier - that data is not
compiled into the .NET dll - it goes into the intellisense .xml file - so is
only available *if* xml comment files are being generated (it isn't by
default), and *if* the xml file is available at the time (it doesn't need to
be).
Would `[Description(...)]` suffice?
Original comment by marc.gravell
on 7 Jun 2013 at 10:21
Sounds great! For us, our goal is to keep documentation localised to the class
def, so as long as it's in the file, the minor redundancy between <summary> and
Description would be acceptable!
Cheers!
Original comment by j...@staunton.me
on 7 Jun 2013 at 10:32
An alternative could be to add a named parameter to ProtoMember, and save the
dependency on ComponentModel...
Original comment by j...@staunton.me
on 7 Jun 2013 at 10:33
Original issue reported on code.google.com by
j...@staunton.me
on 7 Jun 2013 at 10:03