Menu

#100 Managed C++ Documenter

Next Release
closed
5
2005-01-31
2003-11-18
No

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]

Discussion

  • MT

    MT - 2004-01-14

    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

     
  • Kevin Downs

    Kevin Downs - 2005-01-31

    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

     
  • Kevin Downs

    Kevin Downs - 2005-01-31
    • assigned_to: nobody --> kdowns
    • status: open --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB