Tagged Questions

9
votes
5answers
2k views

Does anyone know of a good MAML editor

At work we use Sandcastle for creation of help files. I have been using SandCastleGUI for some time and I'm looking for a way to create additional pages in the help file. These pages are written in ...
0
votes
1answer
64 views

Sandcastle Authoring for Conceptual Topics

I'm working on writing some conceptual documentation to our otherwise technical documentation that is being produced in Sandcastle. There aren't a whole lot of good examples/links out there, but I'm ...
0
votes
0answers
38 views

How can I duplicate Sandcastle's member list table styles in conceptual documentation?

I have an SDK for which I am writing documentation. I'm using Sandcastle, and for the generated documentation from the DotNet assembly classes it works great. However, the functionality of my SDK is ...
0
votes
0answers
152 views

How to add a colorized HTML code snippet in Sandcastle documentation?

I am using the Sandcastle Help File Builder and would like to include colorized HTML code snippets in the "Conceptual Content". Is this possible and if so, how? I have tried <code>, ...
0
votes
1answer
391 views

SandCastle Help File Builder and MAML, how to have an ordered list with a different starting index?

I'm using SandCastle Help File Builder 1.8.0.1 with its MAML content editor. I want an ordered list starting from a value other than the default of 1. 10. Some data 11. Other data I even ...