Project using DLL and XML comment files.
I realize I can create namespace content for my assembly's within Doc X. However, our lead would like to have namespace comments within code.
However, we cannot figure out how to comment namespaces in VS C#?
Project using DLL and XML comment files.
I realize I can create namespace content for my assembly's within Doc X. However, our lead would like to have namespace comments within code.
However, we cannot figure out how to comment namespaces in VS C#?
Unfortunately Visual Studio (and the C# / VB.NET XML comment spec) does not support documenting namespaces - therefore there is no way to include comments in the file generated by the C# / VB.NET compiler.
You can create namespace content by authoring it in the Document! X Content File (there is a blank one added to each new project by default).
Let me know if you need any more information.