Feature request: Suppress errors/warnings for partial classes
Hey!
Great tool. I've just noticed that for partial classes it will throw an error even if one of the classes has an xml comment against it.
Is this intentional? My understanding is that the comments are not additive, they'll overwrite one another (at least in my generated Doxygen they seem to)
Hi, it makes no sense to have a documentation above each declaration so I adjust the warning to handle partial class correctly.
As far as I know the tools use one documentation only. So the question is if you should get a warning if you have a comment above multiple partial declarations because the tools will use only one anyway.
Br Sven
Cool!
Probably a good point about the warning if multiple documentation blocks exist. Either that or just propagate the latest document block to all partial class headers? I don't know what makes more sense.
Great tool anyway!