How to generate external intellisense documentation [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as the开发者_如何学Goy tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionWhat tool do I need to generate XML intellisense help file as shown below?
You need to add XML Documentation comments to your code, and then in your Visual Studio project build options ("Build" tab) tick the "XML documentation file" checkbox to extract those comments to the XML file.
Try AtomineerUtils or GhostDoc to help you to create/update the xml documentation comments quickly and easily.
精彩评论