Questions tagged [shfb]

Sandcastle Helpfile Builder

A GUI used to generate help files using Sandcastle.

Homepage: http://shfb.codeplex.com/

39 questions
0
votes
0 answers

Sandcastle - combine RoutePrefix and Route to get full URI

I am using Sandcastle Help File Builder to document an API. I would like to automate as much of the process as possible, not only to make it easier for the devs to add new routes as they are added, but also to update the documentation. The comments…
Andrew
  • 1,091
  • 1
  • 17
  • 26
0
votes
1 answer

Separating Sandcastle Assembly Documentation into Multiple Navigation TOCs

I maintain multiple .NET assemblies each with their own independent release cycles. It is intended that I produce a single help website for all of these assemblies, but also keep both conceptual content and namespace documentation separated into…
swirlywonder
  • 521
  • 1
  • 4
  • 11
0
votes
1 answer

Document Internal Class with Sandcastle

In my C# project, SHFB is not including a description for internal classes, despite having elements before them. The classes even show up in the classes list, yet the description is blank. I have enabled the visibility for…
Juderb
  • 735
  • 3
  • 8
0
votes
1 answer

Passing dynamic references to Sandcastle Help File Builder

I've been using Sandcastle Help File Builder for a while to generate documentation - I'm now trying to get it to be part of our build process. Our build is controlled using NAnt, and each time it's built the output gets sent to a different location…
James Thorpe
  • 28,613
  • 5
  • 64
  • 82
0
votes
1 answer

Sandcastle Generate Code Block

I've a C# project that I need to create documentation file. I'm using last version of SHFB and VS 2005 to create XML documentation file. How can I add code blocks inside documentation? I wanna show all lines of my function, not only one part for…
Maozturk
  • 324
  • 1
  • 4
  • 18
0
votes
1 answer

Display members instead of class: Sandcastle

I create my API doc using Sandcastle HelpFileBuilder. All fine. In the created help file, when clicking a topic from index, it usually goes to class. How to change this so the link goes to class members?
joe
  • 7,264
  • 7
  • 45
  • 73
0
votes
1 answer

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 only) the topic is included in the TOC but the…
Antony Scott
  • 20,775
  • 10
  • 60
  • 88
0
votes
1 answer

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 - Properties-Definition. I can see inside the generated…
weismat
  • 6,743
  • 3
  • 38
  • 55
0
votes
2 answers

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.
jaspernygaard
  • 2,852
  • 4
  • 31
  • 47
1 2
3