Tagged Questions

Sandcastle Helpfile Builder

learn more… | top users | synonyms

5
votes
2answers
981 views

Convert Sandcastle Help File Builder Output (Web site) to MediaWiki format

I need to convert my Sandcastle Help File Builder (SHFB) output that is a Web site (HTML) to Media wiki format Find a way to transfer/include the converted pages directly into the MediaWiki we ...
4
votes
4answers
146 views

How to configure TFS2010 Build server to generate help using SHFB

I've googled a lot to try to find a solution but it seems like I'm missing something. Most articles tells me that I should modify the build file (TfsBuild.proj). But I cant find that file anywhere. ...
2
votes
0answers
52 views

Sandcastle/SHFB. Add platform icons and version info to help file pages

I am building help file for my library using Sandcastle Help File Builder. The library has three versions (.NET, Silverlight and Windows Phone 7) built from the same code base. I would like to add ...
1
vote
1answer
216 views

Howto modify Sandcastle presentation style without changing the default installation files

My project uses Sandcastle and Sandcastle Help File Builder to generate documentation. We're using a customized version of script_manifold.js that persists the user's language preference across pages ...
1
vote
1answer
121 views

Ordered list with Sandcastle Help File Builder

How do I make a list in xmldoc blocks render as an ordered list when I create a chm with Sandcastle Helpfile Builder? The following does not work: /// <list type="numbered"> /// ...
0
votes
1answer
55 views

Mysteriously failing sandcastle build only when built by TeamCity

I have a rather large solution, which contains two documentation projects based on Sandcastle + Sandcastle Help File Builder (SHFB). These projects both build correctly from the command line (msbuild ...
0
votes
2answers
34 views

How to remove internal interfaces from class help page generated with Sandcastle or SHFB?

I have a class that implements many internal interfaces and I would like that documentation reader cannot see that class implements all those internal interfaces because this information is irrelevant ...
0
votes
1answer
65 views

Sandcastle Authoring for Conceptual Topics

I'm working on writing some conceptual documentation to our otherwise technical documentation that is being produced in Sandcastle. There aren't a whole lot of good examples/links out there, but I'm ...
0
votes
1answer
54 views

Printed documentation from Sandcastle

We're using Sandcastle for conceptual documentation and have clients that we would like to give documentation to in a non-CHM or HTML form, i.e printed. It could be Word or PDF, something simple to ...
0
votes
1answer
109 views

How do I get Code Examples to show in the Help file using Sandcastle Help File Builder?

I'm using Sandcastle Help File Builder GUI and I can't seem to get code examples in my comments to appear in the help file output. I'm generating Help 1.x and MSDN-style HTML documentation. The ...
0
votes
1answer
392 views

SandCastle Help File Builder and MAML, how to have an ordered list with a different starting index?

I'm using SandCastle Help File Builder 1.8.0.1 with its MAML content editor. I want an ordered list starting from a value other than the default of 1. 10. Some data 11. Other data I even ...