Look at something called NDoc that can take that XML documentation and
turn it into something readable.
http://ndoc.sourceforge.net/screenshots.html
This is THE BEST documentation tool!!!
On Wed, 10 Dec 2003 15:41:05 -0800, "John Leyva"
<(E-Mail Removed)> wrote:
>Hi there,
>
>I am using the inline documentation features of C#, but when i generated the Comment Code Report for a document
>that has
>
> ///<list type="bullet">
> ///<item><description> text 1</description></item>
> ///<item><description> text 2</description></item>
> /// </list>
>
>it does not work.
>
>Does Anyone know, how generate documetation with list tags?
>
>or
>
>Does Anyone have xslt, to generate documentation with list tags?
>
>thanks for your help
>