M
Marty McDonald
I use the following, and then use Visual Studio's "Tools", "Build Comment
Web Pages". But on the generated pages, the list elements don't show up as
lists, just text that wrap around. Am I doing anything wrong? Thanks...
Following is a cut & paste from MS documentation that, when copied into my
code, just shows up as normal text.
/// <remarks>Here is an example of a bulleted list:
/// <list type="bullet">
/// <item>
/// <description>Item 1.</description>
/// </item>
/// <item>
/// <description>Item 2.</description>
/// </item>
/// </list>
/// </remarks>
public static void Main ()
{
}
Web Pages". But on the generated pages, the list elements don't show up as
lists, just text that wrap around. Am I doing anything wrong? Thanks...
Following is a cut & paste from MS documentation that, when copied into my
code, just shows up as normal text.
/// <remarks>Here is an example of a bulleted list:
/// <list type="bullet">
/// <item>
/// <description>Item 1.</description>
/// </item>
/// <item>
/// <description>Item 2.</description>
/// </item>
/// </list>
/// </remarks>
public static void Main ()
{
}