Sandcastle produces accurate, MSDN style, comprehensive documentation by reflecting over the source assemblies and optionally integrating XML Documentation Comments.

learn more… | top users | synonyms

3
votes
1answer
13 views

Converting from Sandcastle to DITA usable format

Novice in DITA or XSL. I am faced with a challange of building documentation for API documentation. Currently I am able to product the HTML and CHM help using Sandcastle on a C# Assembly and an XML. I ...
0
votes
1answer
24 views

Deploying api documentation from .chm files

I am currently working on documenting our now massive code base. I can use sandcastle to generate .chm files that contain the xml comments I have inserted into the code. My question now I guess is: ...
1
vote
0answers
41 views

How can I get the TopicIDs from a CHM file?

I am generating a CHM file with Sandcastle Help File Builder, based on a csproj file. What I'm ultimately trying to do, is to find the TopicID of each topic in the CHM file, and use them with ...
0
votes
0answers
9 views

Documentation : Using Enivronment variable in <img src=“”></img>

I am trying to embed a diagram in image format for generating documentation using SandCastle. However I can't figure out whether its possible to use an environment variable as part of the xml ...
1
vote
0answers
22 views

How to add custom automatic generated topics in Sandcastle

Does anyone know how to add custom reference topics to a Sandcastle help file? I have a .net wcf rest service library and I want to produce reference documentation for the rest API as they are seen ...
0
votes
3answers
66 views

Unobstructive XML commenting

I've created a project and started work on documenting it. Sandcastle uses XML comments to create a nice help file, but the XML comments leave the code nearly unreadable. Each class I write now starts ...
0
votes
1answer
22 views

how reference member comment in Sandcastle

Code sample : //<remarks> // look <see cref="Class2.DoSomething(object)" /> //</remarks> public class Class1 { } public class Class2 { //<summary>do something ...
0
votes
0answers
23 views

C# documentation XamlGeneratedNamespace (Sandcastle)

I have created a documentation to my project which contains a several .xaml files and tens of .cs files. My problem is that after I have generated the documentation (using Sandcastle) there is also ...
0
votes
0answers
8 views

Getting class table of contents to include method arguments always

In class table of contents generated by Sandcastle, method arguments are only shown for overloaded methods. I would like to always show arguments in the TOC. Is this possible?
-1
votes
1answer
37 views

How do I reference members of other types in the XML docs for a method?

I have the following XML doc segment on one of my methods: /// <summary> /// Calculates the total charge for hours between the <see cref="StartDateTime"/> and <see ...
0
votes
1answer
42 views

SandCastle generate doc. from website

I am trying to generate documentation for a WebSite, but, I don't have a project, in other words, I just go in Visual Studio and I Open a WebSite, I can't generate the XML documentation from this web ...
0
votes
0answers
10 views

How to include the build date and version number in Sandcastle builds

I'd like the date when the doc was built and a version number to be appended to the footer of all Sandcastle builds. I use the SHFB gui to create the project file and then automate the build using ...
1
vote
0answers
31 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 ...
1
vote
1answer
45 views

Why are my code blocks not rendering in the Sandcastle Help File?

I'm using the current version of Sandcastle from Codeplex that is integrated with VS.NET 2012 to build a .cmh help file. The help file is being created, but I can't seem to ever get any of my ...
1
vote
1answer
47 views

How to include custom doc-comment elements in Sandcastle Help File?

In C# if I have a method that I add XML documenting, the following will be generated by default: /// <summary> /// Does something /// </summary> public string SomeValue { get; set; } I ...
0
votes
0answers
10 views

Communication between Conceptual.aml

Is it possible to add a link between two Conceptual.aml files ? The only example I found is link xlink:href="some id" but it works only for local topics. Thanks.
27
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 ...
0
votes
2answers
101 views

Simplest way to add XML doc to a WinRT project

We have a group of developers moving from C++ to C# and WinRT. We used D'Oxygen as part of our C++ developer builds, and I'd like to continue to have document generation as part of the developer build ...
1
vote
0answers
54 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
76 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 ...
3
votes
1answer
74 views

XML Documentation for many Constants

Is there a way to put an XML documentation summary tag on the same line as a constant in a class? I have a class with a many many constant return values defined and having comment lines between each ...
0
votes
1answer
178 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
0answers
50 views

Important Sandcastle missing features? [closed]

I am a new developer and I need to chose a documentation tool. I've tested the following list of programs, but I hesitate to chose the best one. I tend to prefer Sandcastle but is it missing some ...
0
votes
1answer
113 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
94 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
0answers
69 views

Adding Captions to Images in Sandcastle

I'm using Sandcastle to autogenerate some documentation and everything has gone well until now. I've just added an image to the documentation file and, though it renders fine in the .CHM output, I'd ...
1
vote
2answers
308 views

generate sandcastle documentation for c# solution

I have a vs2012 solution that has a number of C# projects. I would like to generate some documentation using Sandcastle for the entire library. I have been reviewing Sandcastle documentation and not ...
0
votes
1answer
85 views

Include common content from xml documentation file

I am using Sandcastle to generate documentation for a project. In order to reference xml documentation file include tag is used. ///<include file='xml_include_tag.doc' ...
1
vote
0answers
59 views

Sandcastle MAML math commands

I'm using Sandcastle to document my project. In a conceptual content layout I'm trying to explain some functions, and I'd like to be able to add formulae to describe them. I'm aware of the < math > ...
0
votes
1answer
37 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
0answers
141 views

Is there anyway I can use Sandcastle in order to create .chm files from .xml file having Microsoft Visual Web Developer 2010 Express installed?

I found a very nice documentation for creating .chm files from .xml files using Sandcastle : http://social.msdn.microsoft.com/Forums/en-US/devdocs/thread/3a631356-638e-451e-816c-c60d459c3775 . The ...
2
votes
2answers
249 views

WYSIWYG Editor for XML Comments in Visual Studio [closed]

I'm trying to find a WYSIWYG editor for XML documentation comments. Do you know of a good one? I'm looking for something in the form of a Visual Studio plugin. I have Sandcastle installed, and am ...
0
votes
0answers
61 views

Silent Installation

I would like to know if its possible to automatically install local help files created in sandcastle into microsoft help viewer 1.1 while installing an SDK into visual studio. SDK's installer should ...
1
vote
1answer
83 views

Sandcastle Latex Integration

I want to integrate latex style math equations to my help file(MSHelpView format) using sandcastle. which is the best free add-on to sandcastle that would enable me to perform such an action and how ...
0
votes
2answers
89 views

Can sandcastle read XmlDoc from an external file instead of header comments?

Sandcastle Help File Builder (SHFB) turns triple slash comments into documtation like so: ///<summary>A class called Bob</summmary> public sealed class Bob {} The schema for the ...
6
votes
2answers
544 views

C# Documentation <example><code>…</code></example> for a class

I have a class that I would like to create a simple example on how to use. However, when I use the tag on the class declaration, the example does not appear in the Sandcastle output. It works fine ...
0
votes
0answers
57 views

Sandcastle use same reference for functions of different versions

In my wcf application I have 2 endpoint versions. 1.0 and 1.1 In both versions there are common dataOperation which is called getUsers. This function did not change neither on version 1.0 and 1.1 and ...
7
votes
2answers
348 views

Create PDF from my Code Documentation

I use the Code Documentation feature of .NET very much, but mostly just to get IntelliSense to use my documentation when using the classes. Now I need to export this documentation to a paper I'm ...
0
votes
0answers
38 views

Reference project file vs. reference assemblies

I'm just getting started with Sandcastle and right now just playing around with it. I noticed that you can either reference .csproj files as documentation source or directly reference the assemblies. ...
0
votes
1answer
79 views

Summary is not appeared in the documentation using Sandcastle Help File Builder (SHFB)

I have used Sandcastle for documentation of my C# desktop windows application. I am using Sandcastle Help File Builder (SHFB) and included *.sln or *.csproj file to extract the info and make it as a ...
2
votes
2answers
694 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 ...
7
votes
3answers
849 views

How to disable a particular compiler warning for a particular file

Background I'm working on a small coding project that is going to be sold to other companies. I needed to create some documentation for it, so I decided to use Sandcastle. After taking far to long ...
1
vote
0answers
135 views

How can I get the <see langword=> tag to use C# keywords rather than VB keywords?

I'm documenting C# code using XML and Sandcastle Help File Builder to generate HtmlHelp1 help files. I've set the SyntaxFilters property on the Sandcastle project to CSharp as I only want to generate ...
1
vote
1answer
116 views

Sandcastle 2.7 - What installer is it using?

Having just downloaded and installed the latest version of Sandcastle I was impressed with the installation process. Does anyone know what was used to make the installer? ...
0
votes
1answer
68 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
240 views

SandCastle: Generating links for C# class name

When I used doxygen for my C++ projects, I simply wrote: /** * I can refer to SomeClass or even SomeClass::someMethod() without special markup. */ Then doxygen generates links from "SomeClass" and ...
1
vote
1answer
244 views

Sandcastle not documenting Property summaries

I'm using SandCastle with the HelpBuilder GUI for the first time today to help create an API of some of our exposed functions and properties. I've included /// <summary> ... </summary on a ...
2
votes
0answers
26 views

SandCastle and Data Annotations

Does anyone know if there is a way to get SandCastle to pick up Data Annotations from the Entity framework that are on POCO properties?
0
votes
1answer
189 views

Using links to method's arguments in XML documentation leads to broken links in help file generated by SandCastle

I have a problem with proper resolving of link in <see cref=""/> tag when <see> points to a method's argument. Here is an example: <summary> My method. </summary> <param ...
2
votes
1answer
169 views

How to ignore the documentation generated by Help file builder for Public Class or Methods?

How can I omit certain public classes or methods from being included in the documentation generated by The SandCastle Help File Builder? Example: I have the following public class with two public ...

1 2 3 4 5