vote up 0 vote down star

How do I make a list in xmldoc blocks render as an ordered list when I create a chm with Sandcastle Helpfile Builder?

The following does not work:

/// <list type="numbered">
///     <item>Built in support for foobar</item>
///     <item>Client gooblygook and associated javascript support</item>
///     <item>Client side ability to read values from control</item>
///     <item>AJAX support via ASP.NET callbacks</item>
///     <item>Smaller HTML and Javascript footprint when compared to the crappy thirdparty control we paid too much for.</item>
/// </list>

In the particular case I am trying to solve for, the list is within a <summary/> element.

flag

53% accept rate
Don't know, but Have you tried putting it in <remarks/>? Maybe lists are not supported in the summary element. – Cheeso Jun 10 at 14:11

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.