A documenter for Managed C++ would be wonderful. I
don't think it would be too hard to implement,
considering C# has similar syntax.
A little side note to make sure things 'look' right. I've
worked with Doc-O-matic, a nice tool to make it easy to
document the code, though the output isn't the best
looking, and it doesnt "get" __properties. If it makes
any importance, the best feature of Doc-O-Matic is its
visual documentation, you can see what you've
documented and a nicely formatted version of your
comment [ex: for the summary section, theres a
heading for summary, not the XML doc form, but it
writes it out in XML doc form]
Logged In: YES
user_id=580293
Have you tried Docjet. It will extract MSXML style comments
from your C++ code and dump that to an XML file. We use it
along with NDOC - We had to play around a lot with it but it
seems to work for the most part....
Hopefully, MS will put this in the next version of the
compiler :)
MT
Logged In: YES
user_id=919791
VS.NET 2005 adds xml comments for C++.
Meanwhile, you could try this VS add-in
http://www.codeproject.com/dotnet/MCXDoc.asp