I am new to Document!X. I want to use it for internal source code documentation which is a bit different than describing public accessible interfaces. The project which I want to document has lots of classes and methods with access modifier "internal" instead of "public". Is there a way to have VS and D!X build a help file containg the XML comments from all those internal and private methods/classes? I would see this useful if the project will be handed over to other developers so that they will get a quick understandig of the structure and code.
Date
Votes
1 comment
-
Richard Sloggett I just did a quick test project here, and Xml comments are output by VS for internal members and therefore Document! X can/will indeed use them when documenting those members. By default, Document! X won't include internal members in the generated output but you can change that default on the .NET Filters page in the Build Profile Editor. Let me know if you have any problems with this.
Please sign in to leave a comment.