Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is there a sandcastle plugin for Visual Studio 2010?

I really like the help files generated using SandCastle on my projects... is there a plugin for Visual Studio 2010 for SandCastle, or another good alternative program that integrates directly with Visual Studio?

like image 363
tbischel Avatar asked Jul 29 '10 18:07

tbischel


2 Answers

SHFB has a VS2010 extension - available in the 1.9.3.4 (beta 2) release. You will need to check subsequent releases to make sure those continue to include the extension.

http://shfb.codeplex.com/releases

and details here - http://www.ewoodruff.us/shfbdocs/Index.aspx?topic=html/b128ad2a-787e-48c7-b946-f6953080c386.htm

like image 156
tsupe Avatar answered Nov 14 '22 02:11

tsupe


No. Like "not yet".

Check SHFB on codeplex (SandCastle Help File Builder) - not VS integrated, but MSBuild intraetaeed.

Check DochProject on codeplex. That actually is what you want, but it is IIRC not YET out for the new version of sandcastle / Visual Studio;) Should not take long, though.

like image 24
TomTom Avatar answered Nov 14 '22 02:11

TomTom