Using XML documentation in Managed C++ 
Author Message
 Using XML documentation in Managed C++

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



Sun, 21 Nov 2004 20:12:50 GMT  
 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



Mon, 22 Nov 2004 01:02:02 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. using Managed dlls from Managed C++

2. Documentation Tools for Managed C++

3. Automatic Documentation with Managed C++

4. Managed C++ using Unmaged c++

5. Using Lotus Notes CAPI and XML Toolkit v1.0 from VS .NET: C#, C++

6. How to consume base64Binary xml using C++ ?

7. XML Web Service client using C++ - A problem

8. creating xml schema programmatically from an an xml file without using ADO.NET

9. How to consume base64Binary xml using C++ ?

10. Using Managed Objects inside C++ Classes

11. Debugging into managed c++ DLL that is being used by unmanaged code

12. using a wndProc to processes msgs in managed C++ code, Compact Framework

 

 
Powered by phpBB® Forum Software