Tagged Questions

2
votes
4answers
635 views

How should I document my C# code?

I am building the documentation for our C# API containing: A general overview and description of the current state as a doc/pdf file. A class library API in a .chm file using Sa …
0
votes
1answer
17 views

problem with sandcastle generated .chm help file???

hi guys, i have generated a help file for my project using sandcastle,a .chm file. but the content can only seen when i open it in my machine. i have gave that file to several fri …
0
votes
1answer
60 views

Can I programmatically export class diagrams from Visual Studio 2008?

I can export a class diagram as an image from Visual Studio by right-clicking on the surface and choosing "Export Diagram as Image..." Is there a way to do this through command …
1
vote
1answer
59 views

Sandcastle Topic Grouping

We're using Sandcastle to generate our source code documentation with our build process. This is working great for creating API level doc for classes, methods, properties, etc. A …
8
votes
4answers
599 views

Automatically Unit Test Example Code

My team is responsible for the development of an API for a large system that we also write. We need to provide example code so that other developers using our API can learn how to …
0
votes
1answer
107 views

What is the proper way to reference Embedded Resources in .net xmldoc comments?

I have a C# project that uses xml comments. I make chm files from them with Sandcastle via the Sandcastle Help File Builder. One of the member functions in this project makes use o …
1
vote
0answers
12 views

Change icons in Sandcastle

Does anyone know if it's possible to change the icons in the TOC treeview (the purple books) in Sandcastle compiled chm files? I've searched the SandCastle install folder but could …
0
votes
1answer
39 views

How do I get Code Examples to show in the Help file using Sandcastle Help File Builder?

Hi, 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 …
3
votes
8answers
529 views

Tool for generation MSDN-like documentation from <summary> tags?

Does anyone know any tool like NDoc that could generate MSDN-like documentation out of XML comments in the C# code? I need it for .NET 3.5 and C#. Sandcastle maybe? Thanks.
0
votes
2answers
39 views

Is there a good quick start guide for generating API docs with Sandcastle?

Hi, I'm going to be generating API docs using Sandcastle - I couldn't find any guides on how to do this on there website. Does anyone have any quickstart guides they would recomm …
7
votes
6answers
335 views

Sandcastle - still the right thing to use? Or are there alternatives?

I'm just wondering - the last release of Sandcastle is from May 2008, and it's still listed as Pre-Release Software/CTP and it's not even licensed anymore, as the EULA specifially …
1
vote
4answers
325 views

C# documentation from source?

Hello, I'm looking for a decent code documentation generator for C# that can create an html-format documentation straight from source. I don't want to use Sandcastle, because it' …
0
votes
1answer
55 views

Sandcastle - dead links, “access is denied” and other woes.

(Using the GUI builder) Does anyone have any idea what this thing wants from the Html Help 2.x feature set? It keeps throwing up "access is denied" errors in any non-local .chm f …
0
votes
1answer
50 views

SandCastle and OutOfMemoryException

SandCastle is unable to process our class library because it crashes with an OutOfMemoryException exception during XSL transformation. What can we do about that, except for the ob …
1
vote
2answers
247 views

Sandcastle unified documentation generation for C# and Java projects

I have a set of related components that are basically provide the same functionality for various 'client' environments, like CLR and Java. Currently I'm generating my documentation …

1 2 3 4 next
15 30 50 per page