Could you write xml-doc for namespace? And if so, how and where?
I would think, if possible, perhaps an almost empty file like this:
/// <summary> /// This namespace contains stuff /// </summary> namespace Some.Namespace { }
But will it work? Since you ... declare, or at least use the namespace in all other files ... and what happens if you write xml documentation elsewhere in the same namespace? Will anybody disappear? Or did they somehow merge?
c # namespaces xml-documentation
Svish Apr 27 '09 at 12:05 2009-04-27 12:05
source share