About C# Inline Documentation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Hi John,

What exactly does not work?
The compiler is correctly generating xml file...

--
Miha Markic - RightHand .NET consulting & development
miha at rthand com

John Leyva said:
Hi there,

I am using the inline documentation features of C#, but when i generated
the Comment Code Report for a document
 

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

Back
Top