Sandcastle Helpfile Builder
0
votes
0answers
6 views
Localize the TOC of SHFB
I have a Sandcastle Project and I would like to translate all my texts in different languages. So i use in the topic files only tokens. Translate these texts and rebuild the help.
It is possible to ...
1
vote
0answers
27 views
Sandcastle Help File Builder cannot find vs2010.config
I am trying to build documentation for a Portable Class Library (.Net40, Silverlight 4, .Net for Windows Store, Windows Phone 7.5) as HTML Help 1 and MS Help Viewer. I only have one "Documentation ...
26
votes
1answer
1k views
How can I find out what's causing differences in generated Sandcastle docs?
In Noda Time, we generate our documentation using Sandcastle and SHFB. We then commit the documentation back into the source repository - primarily because that makes it easy to view the latest (and ...
1
vote
0answers
49 views
AjaxDoc - how to configure?
i want to document my project. Everything is working fine, but i cant get AjaxDoc working.
Please, could somebody write me some short tutorial how to use them?
I have SHFB integrated in Visual ...
0
votes
1answer
67 views
Including a PDF file in SHFB generated .chm (Html Helpfile 1)
I need to include a pdf file in my sandcastle documentation. The user should be able to navigate to the pdf on clicking it in the .chm file. Is it possible to do this? I've been searching all forums ...
0
votes
1answer
141 views
Sandcastle, /doc, and Unmanaged C++
I work on a project that uses unmanaged visual C++ and a smattering of C#. We are trying to come up with a way to document our project, both the API reference, as well as some additional conceptual ...
0
votes
1answer
106 views
Sandcastle Help File Builder: HTML not being generated from MAML
I have added a test.aml file to my Sandcastle project with a BuildAction of None.
I've also added a Content Layout.content file and added test.aml to the layout. When I build the help (website format ...
1
vote
1answer
87 views
SHFB - problems with umlauts in .NET xml files
We are creating documentation for out .NET projects using Sandcastle and SHFB. Basically, this works.
Unfortunately we are using .NET with a German language pack (and this shall stay this way ;-)), ...
0
votes
1answer
36 views
Documentation of Application settings with SHFB
I am trying to document the settings of my application in a Windows help file using Sandcastle Help File Builder. I have documented the settings in Visual Studio using Settings - ...
2
votes
2answers
605 views
Sandcastle Help File Builder Can't Find documentation source
I'm building the doc of a VS 2010 C# project with the Sandcastle Help File Builder. I've added the .xml documentation generated by the compiler and the Visual Studio solution .sln file of the project ...
0
votes
1answer
64 views
Sandcastle & SHFB, hide fields from TOC?
I'm currently documenting a WCF service and need to strip the TOC to a bare minimum. Is it possible to exclude fields sub topic from a class' TOC?
Thanks in advance.
0
votes
1answer
60 views
Filter content of inherited param comments
I have comments like this:
/// <summary>some summary</summary>
/// <param name="a">
/// <para id="0">Comment 0</para>
/// <para id="1">Comment ...
30
votes
1answer
1k views
What rules are applied to SHFB's IntelliSenseComponent's output folder?
Noda Time has an issue against it that the XML documentation file it ships contains all the internal and private members too - which is a shame.
Fortunately, Sandcastle Help File Builder has a custom ...
0
votes
1answer
511 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
126 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 ...
4
votes
3answers
1k 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. ...
6
votes
1answer
185 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 ...
0
votes
1answer
509 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 ...
1
vote
1answer
272 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 ...
5
votes
1answer
552 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
172 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 ...
1
vote
1answer
268 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
525 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 ...
5
votes
2answers
1k 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 ...