Friday, June 10, 2005

XML Comments in C#

Today I was searching for the XML-tag to force NDoc to use a new line in help generation from an XML File. Asking around, nobody knew the answer so, on to google.

And yesss, google provided the answer. It's , this creates a new paragraph.

While searching I stumbled upon an interesting article about XML Comments. This article was written by Andrew Schafer and it can be found here http://msdn.microsoft.com/msdnmag/issues/02/06/XMLC/default.aspx

I'm still very busy with the young new life that joined my wife and I, but I promise that I will write an article again soon.

Greets,
Dave

1 Comments:

At 00:03, Anonymous Anonymous said...

You meant to say that newline requires the < para > tag. But, while we can see the tag in the page source it is not displayed in your text.

 

Post a Comment

<< Home