can i use nDoc for VC++ MFC application?

Last post 11-22-2007 2:24 by neil. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 11-21-2007 22:47

    can i use nDoc for VC++ MFC application?

    i want to generate code documentation for VC++ MFC project using nDoc . i am using VS 2005 IDE to develope the project. by setting the generate XML document property i am able to generate the XML document for the project.

    nDoc accepts input as assembly and XML file. for MFC projects only manifest file is genrated. how can i make use of it to generate the document for my code.?

    can any body siggest me how to proceed or any other tool which will help in generating code document for MFC project.
  • 11-22-2007 2:24 In reply to

    • neil
    • OpenNETCF Staff
    • Top 10 Contributor
    • Joined on 07-30-2007
    • North Wales
    • Posts 1,153

    Re: can i use nDoc for VC++ MFC application?

    You can't use NDoc for native projects as NDoc uses Reflection to generate the docs. I don't know if there's any equivalent for native projects.



    Neil Cowburn
    Principal Partner
    OpenNETCF Consulting, LLC

    This posting is provided "AS IS" with no warranties, and confers no rights.

Page 1 of 1 (2 items)