Unfortunately, Visual Studio 2005 does not provide a way to apply XML documentation to private or internal members and types.
I would recommend trying StyleCop , but it does not support Visual Studio 2005 (in fact, the latest version , unfortunately, does not even support Visual Studio 2008). However, StyleCop can be configured to provide documentation for all members.
But all is not lost, since StyleCop is now open source, so you can get the source code and use it to inspire your add-ons for Visual Studio 2005, which simulates this particular operation.
source
share