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 XML format called MAML.
The only problem is that I couldn't find any decent editor for these file format.
I'm looking for a WYSIWYG editor...
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 tried the following and it does not work as it is from HTML for the OL element:
<list class="ordered">
<listItem value="10">some data<...
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, overall architecture, working demos etc, class diagrams etc.
I have 2 options:
Use some wiki engine and write documentation wiki style.
Use ...
Does anyone know of a utility for generating PowerShell cmdlet help files? Doing it by hand seems a bit tedious...
I located: http://blogs.msdn.com/powershell/archive/2007/09/01/new-and-improved-cmdlet-help-editor-tool.aspx
Any updated versions? I can't select a module. I have a binary module.
...
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?
...