I am trying to find a way to turn the comments I generate in Visual Studio using ///
into HTML. It appears that GhostDoc Pro will do this for me. And all that GhostDoc Free will do, is generate the comments in Visual Studio.
From what I can tell based on their website is that all GhostDoc Free does is generate the exact same comments that you can do in Visual Studio. The only difference is pressed Ctrl Shift D
opposed to ///
.
I doubt such a popular free extension to Visual Studio can only do what Visual Studio already does, and that I am just misunderstanding their website. So in addition to doing what Visual Studio already does, what does GhostDoc Free do?
I am trying to determine if I need the Pro version to externalize my documentation, but I am also curious if the free version actually does anything.