tbischel
tbischel

Reputation: 6477

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?

Upvotes: 9

Views: 6983

Answers (3)

tsupe
tsupe

Reputation: 555

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

Upvotes: 7

Peter Macej
Peter Macej

Reputation: 5577

VSdocman integrates directly in VS 2010.

Upvotes: -5

TomTom
TomTom

Reputation: 62093

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.

Upvotes: 3

Related Questions