I've writing a C++ CLR Class Library and keeping separate header and source
files. Where do I put the <summary> tags so that I can see them in
Intellisense?

// sample.h
public ref class Sample
{
public:
      ///<summary>Comment for the method</summary>
      void SomeMethod();
}

or in the .cpp file?

I've tried both and neither work - can't see the comment for SomeMethod() in
a C# client.

Thanks,
Ron

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to