Questions tagged [maml]

MAML is an XML markup language used to write Windows help files.

Microsoft Assistance Markup Language (MAML) is an XML markup language used to write online-help guides used in Windows. The Sandcastle Help File Builder suite of tools is popular way of building these guides.

19 questions
14
votes
3 answers

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 XML format called MAML. The only problem is that…
Dror Helper
  • 28,989
  • 15
  • 76
  • 129
5
votes
0 answers

Which XML comment tags Microsoft ASP.NET Web API Help Page should I use on a controller methods?

I am trying to build API documentation for a RESTful web service using Microsoft ASP.NET Web API 2.2 Help Page 5.2.3. It looks like the contents of the and elements get included in the documentation, but the section is…
5
votes
5 answers

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: http://blogs.msdn.com/powershell/archive/2007/09/01/new-and-improved-cmdlet-help-editor-tool.aspx Any updated versions? I…
Adam Driscoll
  • 9,030
  • 7
  • 57
  • 98
3
votes
3 answers

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 , , and . The best…
jedatu
  • 3,893
  • 6
  • 43
  • 59
3
votes
2 answers

codeEntityReference to method on a Sandcastle developerHowToDocument

I'm trying to create a link to a custom extension method using MAML element and once I build the documentation I'm getting the whole tag content instead of a link to the whole method. A sample of the…
Matías Fidemraizer
  • 59,064
  • 16
  • 107
  • 181
2
votes
1 answer

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?
Justin R.
  • 21,845
  • 21
  • 102
  • 147
2
votes
1 answer

Heisenberg was here: Aliases for PowerShell parameters only appear in cmdlet help when you do NOT document the cmdlet

In the process of trying to make the documentation for my PowerShell cmdlets (written in C#, not scripted) as complete as possible, I made an interesting discovery. If I include a proper MAML help file (e.g. MyModule.dll-Help.xml) then displaying…
Michael Sorens
  • 32,325
  • 20
  • 111
  • 165
2
votes
2 answers

Azure Active Directory Authentication Error in Azure Management Library

I'm developing a windows phone app by using Azure Management Libraries in order to manage my Azure Websites. I used Azure Active Directory for authentication as mentioned here and everthing works great for me. But I'm getting "AuthenticationFailed:…
2
votes
1 answer

Is it possible to create MAML only documentation

I'm trying to create a help system that doesn't (necessarily) include any reflected code sections. Using the latest Sandcastle Help File Builder, is it possible to only include MAML XML files, and is so what setting needs to be changed, because…
erict
  • 1,261
  • 1
  • 12
  • 24
1
vote
1 answer

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 starting to get the hang of MAML. If anyone has…
Locke
  • 966
  • 9
  • 28
1
vote
0 answers

How to group methods by region or some other grouping method for documentation?

I have a large class that exposes many commands. When I create documentation for the class the methods are sorted alphabetically, but I would like to have them grouped by functionality. Is there a way (using Sand Castle Helpfile builder of DocFx) to…
Dabblernl
  • 14,939
  • 16
  • 90
  • 141
1
vote
0 answers

Links to other terms within a term definition in Sandcastle

I'm composing a glossary using MAML. For example: BasicCommercialPack It's a set of
Matías Fidemraizer
  • 59,064
  • 16
  • 107
  • 181
1
vote
0 answers

codeEntityReference linkText not working

I'm following Sandcastle's MAML guide to link to documentation pages within my help file (exact page I'm referencing). The problem I am having is that the linkText attribute does not seem to be taken into account even though I'm using it in an…
Broots Waymb
  • 4,178
  • 3
  • 25
  • 47
1
vote
0 answers

List all classes tagged with a specific (custom) tag in a sandcastle documentation

Is there a way to create a list of all classes tagged with a specific (custom) tag in a Sandcastle documentation? I'm using a custom tag to mark specific behavior in my classes. I mapped this tag in main_conceptual.xsl and the content is shown at…
Micha
  • 11
  • 2
1
vote
1 answer

Is it possible to tag text as italics inside the code element using MAML

Editing MAML file in sandcastle and need to have a value appear as italic, bold, or an identifiable color within code element. For example the following does not work: name="value" Is it…
Jeff Cunningham
  • 105
  • 1
  • 10
1
2