Why does the <overloads> tag only support <summary>, <example>, and <note> sub-elements?
I'd like to to blindly apply all sub-elements across all overloads...
For example, all of my overloads return the same thing -- so I'd like to reuse my <returns> documentation across all of them.
Likewise, if I have 27 overloads, all of which include one or two or three common parameters... I'd like to stick a <param> tag under my <overloads>, to have that docu copied for me across all 27 methods!
Right now, I'm making some clumsy use of the <include> tag, to garner some normality in my xmldoc comments...
-Shawn
shawnv@arithex.com