What tools are available to create a help file in Visual Studio 2010?

前端 未结 9 788
死守一世寂寞
死守一世寂寞 2020-12-09 04:21

I need to write a help file for a WinForms app in Visual Studio 2010. Ideally, I\'d like to use a tool that integrates with Visual Studio, rather than a totally separate too

相关标签:
9条回答
  • 2020-12-09 04:50

    Just been doing a lot of research and after testing various tools the http://www.helpgenerator.com/ is the fastest way to put together a help system.

    0 讨论(0)
  • 2020-12-09 04:52

    Here are your options...

    If you want Microsoft's documentation generator with VS integration:

    • Sandcastle Help File Builder for help file generation
    • DocProject to integrate it into VS

    Although, it appears that DocProject doesn't quite support VS2010 yet.

    For the Non-MS solution there's GhostDoc, which does support VS 2010 integration and appears to be a better solution.

    For options that don't integrate into Visual Studio:

    • DoxyGen
    • Docu
    • NDoc3
    0 讨论(0)
  • 2020-12-09 04:55

    ghost doc with documentx or sandcastle is the way to go...Rest is all still very primitive when it comes to 2010. If you have project both c# and C++ then documentx will be the way if its just C# then any one is good.

    0 讨论(0)
提交回复
热议问题