Using DocumentX 2008 with Visual Studio 2008, I can't seem to figure out how to do the following:
-
Write documentation for any protected member.
-
Save documentation for any member which has an overload.
I'm documenting a .NET component with inheritable classes, so documentation is needed for any protected member. Right now they are greyed out in the Code Explorer. For overloads, I can write documentation but the Save button is ghosted. It's frustrating to carefully write documentation only to find out the work is not able to be saved.
Are there project options I can modify to make this work? If not, I don't think I can use this tool after all.