
Using XML documentation in Managed C++
I don't think MC++ supports documentation comments like
C# does. However,
Intellisense will pick up your comments if you put them in the right spots.
If you really want XML comments for your MC++ assembly to show up in the
.NET IDE, you could always manually generate the XML file. It's not too
complicated, just a little tedious.
-Sean
Quote:
> Hi,
> does anyone know if the XML documentation
> is supported in Managed C++ ?
> It seems the IDE gets a little confused.
> Should I use // instead of /// ?
> Thanks in advance
> Paulo Pinto