Cannot get <example> tags to show any information.

B

bcg

I have a couple of places where I used the following text in my code,
but the example and code text does not show up in the resultant
comment web pages...why? The summary and parameter information show
fine.

/// <summary>
/// Summary information
/// </summary>
/// <example> The is an example.
/// <code>
/// This is some code.
/// </code>
/// </example>
public MyClass(): this("Stuff")
{
}

Thanks for your help.
Bruce
 
G

Guest

They don't appear to extract that information

You can generate an xml document of all the xml comments from your project properties, then you'd have to write some xsl to create a web page of nicely presented comments!!

Hope that helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top