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.

22 questions
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
  • 145
  • 1
  • 11
1
vote
1 answer

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, overall architecture, working demos etc, class…
Hemant
  • 19,486
  • 24
  • 91
  • 127
0
votes
1 answer

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 tried the following and it does not work as it is from HTML…
Stécy
  • 11,951
  • 16
  • 64
  • 89
0
votes
0 answers

Translate a suitable code, this knowledge is not very familiar

import torch import torch.nn as nn import torch.optim as optim from torch.utils.data import DataLoader, Dataset,TensorDataset from torchvision.transforms import ToTensor # 定义欺诈检测模型 class MLP(nn.Module): def…
0
votes
2 answers

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?
ulu
  • 5,872
  • 4
  • 42
  • 51
0
votes
1 answer

Sandcastle Help File Builder: HTML not being generated from MAML

I have added a test.aml file to my Sandcastle project with a BuildAction of None. I've also added a Content Layout.content file and added test.aml to the layout. When I build the help (website format only) the topic is included in the TOC but the…
Antony Scott
  • 21,690
  • 12
  • 62
  • 94
1
2