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

learn more… | top users | synonyms

1
vote
0answers
13 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
2answers
49 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
0answers
14 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
17 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
6 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
32 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
0answers
22 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
9 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
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 ...
1
vote
1answer
29 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
37 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
9 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.
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 ...
0
votes
2answers
89 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
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 ...
3
votes
1answer
71 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
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
0answers
46 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
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
0answers
65 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
249 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
78 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
55 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
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
0answers
125 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
233 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
57 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
80 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
84 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
510 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
54 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
331 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
36 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
76 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
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 ...
7
votes
3answers
784 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
130 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
114 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
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
218 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
221 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
25 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
181 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 ...
3
votes
1answer
156 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 ...
0
votes
1answer
184 views

Hide methods inherited from Object from Sandcastle-generated documentation?

How can I hide methods that are inherited from the Object class (such as Equals, Finalize, GetHashCode, GetType, etc...) from Sandcastle-generated documentation. I have a class called LicenseManager ...
3
votes
0answers
138 views

Getting guid in sandcastle chm with presentation style vs2010

I use Sandcastle to generate chm files for my dll's, but i want to use the VS2010 presentation style. When i build the chm file with VS2005 presentation style, the 'Usage Note' of a method looks like ...
0
votes
3answers
912 views

Tool to transform C# XML doc and info from assemblies into easier-to-parse XML (instead of actual documentation)

I looked into Sandcastle, and found it downright horrible. The reasons are many, but boil down to: It takes forever to run, and it's as heavy as Visual Studio itself (I've used SHFB). Where's the ...
0
votes
1answer
77 views

run Sandcastle in cmd

as part of our build process i would like to write a batch file that run the Sandcastle in one of our dll, i know how to do it by the gui, and i'm wondering if there is nay way todo it by commad line ...

1 2 3 4 5