Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
3
votes
4answers
513 views

PowerShell MAML Help Generator

Does anyone know of a utility for generating PowerShell cmdlet help files? Doing it by hand seems a bit tedious... I located: ...
1
vote
1answer
152 views

MAML (Powershell Help) XSD

I am generating MAML files for use with Powershell's Get-Help cmdlet. I would like to validate them. Can anybody tell me if there's a schema file somewhere that I can validate against?
1
vote
1answer
483 views

Using MAML for conceptual documentation of library

I am working on a new library and I am using XML comments for API documentation along with SandCastle which works really well. But I need to write additional documentation which covers concepts, ...
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
2answers
31 views

Documenting extension methods with MAML

When I refer to a method in my docs, I write something like this: M:MyClass.MyMethod(System.String) How do I do the same if I need to refer to an extension method?
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 ...