0
votes
1answer
23 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: ...
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 ...
-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
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 ...
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 ...
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
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
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 ...
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 ...
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 ...
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 ...
2
votes
2answers
693 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 ...
1
vote
1answer
243 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 ...
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 ...
0
votes
1answer
199 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 ...
0
votes
3answers
964 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
132 views

StackOverflowException when trying to generate documentation with SandCastle when project references MassTransit

I am trying to build documentation for a project using SandCastle via Sandcastle Help File Builder(http://shfb.codeplex.com/). It is all working find, until I add a reference to the MassTransit ...
1
vote
1answer
742 views

Images in Sandcastle documentation

I would really like to add an image into the Sandcastle generated help file for a program. I've followed the Sandcastle FAQ as closely as I can, and I still can't get the image to show up, although I ...
2
votes
2answers
760 views

Sandcastle documentation xml code example displaying without carriage returns

I'm using sandcastle to document at web service API and to summarys and remarks to the top level Namespace I've add a sandcastle.xml file to my project. My problem is when I try and add a xml ...
1
vote
1answer
179 views

XML Comments for “Description” section of Properties in service Message Contract documentation using Sandcastle

I'm attempting to generate documentation for a web service in C# using Sandcastle. What I'd like to accomplish is adding a description to the properties of a request MessageContract: Here's a ...
0
votes
1answer
68 views

What's the best solution for creating a help page?

I've seen a few posts about different solutions such as Sandcastle for documenting code. However, I'm wondering if there is a solution designed for non-developers. Would a solution such as Sandcastle, ...
53
votes
5answers
5k views

Good alternatives to Sandcastle to generate MSDN-style documentation [closed]

I've been using Sandcastle for 2 years to generate the documentation for an open-source library. But now I'm looking for an alternative, because: Even when using Sandcastle Help File Builder, ...
5
votes
2answers
565 views

C# Documentation generator that runs on mono?

I mainly use mono and now I would like to produce some HTML output of the inline xml documentation. I've found 3 documentation projects so far: NDoc, which seems outdated and development has stopped ...
7
votes
1answer
201 views

Code Contracts + Sandcastle — Any way to customize the exceptions section?

I'm using Code Contracts ver: 1.4.40602.0 I copied the necessary Content and Transforms files Sandcastle outputs the exceptions based upon my contract requirements Example Code: public class ...
4
votes
3answers
224 views

C# class documentation in a printable form

Our C# source code is comprehensively documented using the usual Sandcastle/XML notation. We use SHFB to compile this into a MSDN-style documentation website. We now need to*1 compile the ...
6
votes
1answer
192 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
0answers
75 views

Favorite documentation generating tool [closed]

Quick question for you guys. I'm releasing my new Isis2 library for Linux as well as Windows users (library itself is in C# .NET but API can be called from C++ etc, and it works well with Mono). ...
1
vote
0answers
84 views

SandCastle not documenting return type

Well i have a assembly with a few classes in and a interface with a few methods Now when i run SandCastle on this assembly it generates a documentation like it should but if i go to a method on the ...
22
votes
3answers
975 views

How to localize the documentation of a .NET library

I have an open-source project (here) whose documentation is currently in French. The documentation is generated from XML comments in code, using Sandcastle. Now I would like to translate the ...
7
votes
4answers
279 views

How to copy .NET API documentation?

If a class implements a method defined in an interface you can choose whether you duplicate the documentation or reference it with <see cref="..." />. public interface IPerformer { /// ...
5
votes
1answer
571 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
65 views

Solid file report in SandCastle

I use SandCastle for generate documentation of my C#-project. By default I have chm-file as result of SandCastle's work. But I want have one html-file with description of all my class. I not need ...
0
votes
1answer
117 views

How to integrate own API docs in Visual Studio 2008?

We create API docs with Sandcastle (Help File Builder) and now want to integrate them into Visual Studio 2008. How can the API be integrated or added as an external (web) resource?
1
vote
1answer
484 views

How to mark obsolete classes/methods in the output with sandcastle

I'm building an API documentation with Sandcastle. The code has multiple classes and methods which are marked deprecated. Now I want that in the API-documentation output these methods are clearly ...
2
votes
1answer
834 views

How can I use Sandcastle Help File Builder to generate documentation without documentation source?

I want to be able to generate help documentation from existing topic files (.AML) using Sandcastle. I use Sandcastle Help File Builder to assist the with the configuration and generatation of the ...
1
vote
1answer
339 views

Sandcastle not adding param documentation

My method looks as follows ''' <summary> ''' Adds the activity. ''' </summary> ''' <param name="userid">An that is derived from the <see cref="Domain.User.ID" ...
2
votes
1answer
753 views

C#/Mono API documentation tools

I found Sandcastle is widely used for C# API documentation purposes. Can Sandcastle be running on Mac with Mono? What are mono tools for API documentation? How is this different from Sandcastle?
3
votes
3answers
560 views

Generate pure HTML documentation with Sandcastle (no ASP.NET)

I am using Sandcastle with the Sandcastle Help File Builder on a very large project. This works really fine, but I wanted to upload the generated documentation to my project page, and the ...
2
votes
2answers
300 views

How should I document a inherited members?

Consider that I have a complex class structure where many elements inherit from other elements. I may have a method GetStuff(string stuffName, int count) defined in an interface, which is inherited by ...
0
votes
1answer
782 views

Missing comments on enumeration members in sandcastle docs

I have noticed that my sandcastle documentation is missing any comment that was placed on enumeration member however the XML documents document produced by visual studio does contain the missing data. ...
8
votes
2answers
568 views

How to generate msdn documentation from javascript? preferably using sandcastle

hi is there a tool that i can use to generated msdn type documentation? i recently just started playing with sandcastle and i found that there used to a tool called scriptdoc but it has been absorbed ...
4
votes
1answer
699 views

adding class diagrams from VS2008 to Sandcastle help file

I've made class diagrams for my projects in Visual Studio 2008 Team System and I want to embed these diagrams in my Sandcastle .chm file. I keep finding references to the Drawbridge component for ...
1
vote
2answers
313 views

XML Comments Preview Addon for VS.NET

I remember an addon for VS.NET which allows you to see the styled preview of an XML code comment when you mouse over. This is quite useful when typing XML comments to ensure that style is correct. I ...
0
votes
2answers
308 views

Issues with Sandcastle : localization and filename casing

I'm using Sandcastle Help File Builder to build the documentation for an open source project, and I'm facing two issues : The documentation content is in French. I set the language to French in the ...
9
votes
2answers
825 views

Documenting Interfaces and their implementation

I'm decorating my C# code with comments so I can produce HTML help files. I often declare and document interfaces. But classes implementing those interfaces can throw specific exceptions depending on ...

1 2