How do you add folder level documentation to C# assemblies?
Posted
by Elijah
on Stack Overflow
See other posts from Stack Overflow
or by Elijah
Published on 2010-05-24T22:57:56Z
Indexed on
2010/05/24
23:01 UTC
Read the original article
Hit count: 287
Me: I'm a relative new-comer to the .NET platform.
Problem
In Java, you can add package level documentation to your project by creating a package-info.java or package.html file and storing in the package folder. How do I add equivalent documentation to my project in C# using Visual Studio 2010?
Background
I like to write documentation describing my motivations in the package/folder level context of the source code projects that I am working on. I have become very accustomed to this workflow in a variety of languages (specifically Java) and I believe that it is a good way to document my project.
© Stack Overflow or respective owner