XML Documentation for intellisense

  • Thread starter Thread starter Q. John Chen
  • Start date Start date
Q

Q. John Chen

I want add comment/description to a class member so it will show up in
the intellisense in addition to the member's signiture.

I tried couple of tags but still no comment. What am I missing?

Thanks

John
 
Take a look at http://www.squiffler.com/squiffler/article.aspx?id=1 for an
idea of how to do it all. Any chance you could cut and paste a small bit of
what you’ve got so that we can see what might be wrong (if anything)?

For the most part, if you hit the / key three times on a line just above a
method or property, the IDE should generate for you some skeleton XML for you
to fill in, after that, it’s just a matter of using it, however sometimes you
do need to compile update everything.

Brendan
 
It is the <summary> tag but I was putting the the comments on private
member rather than public property.

Thanks

John
 

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