c# - XML-documentation for a namespace -


Would you write xml-doc for namespace? And if so, how and where?

I would have thought, if this is possible, then maybe there would be almost a blank file like this:

  /// & lt; Summary & gt; /// The namespace contains the goods /// & lt; / Summary & gt; Namespace something Namespace {}  

But will this work? Since you "declare", or at least use all the namespace in all other files ... and what if you wrote an XML-document somewhere else in the same place name? What would one go? Or can they merge in any way?

Ndic is a special Namespace Deak class is located in every namespace, and Using that document. I have not tried to do this, but Sandcastle supports the same trick.

Edit: For example:

  Namespace something. Namespace {/// & lt; Summary & gt; /// The namespace contains the goods /// & lt; / Summary & gt; Public Static Class namespacedoc {}}  

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -