1
General Board / Reverse Engineer VC++ Project
« on: February 14, 2003, 04:02:25 am »
I am working on a VC++ project. I am using EA to reverse engineer my codes and generate the class diagram and document. But there is a problem when EA reverse engineer method comments/notes.
VC++ uses some special comments, such as
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAORSApp)
in the header file. When EA reverse engineers the code, if there is no comments before the method inside header file, EA will use the comments inside .cpp file. But because of these MFC comments inside header file, EA treats them as the method comments. Is there any way to work around this, for example, to force EA loads method comments from .cpp not from .h file?
Thank you!
VC++ uses some special comments, such as
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAORSApp)
in the header file. When EA reverse engineers the code, if there is no comments before the method inside header file, EA will use the comments inside .cpp file. But because of these MFC comments inside header file, EA treats them as the method comments. Is there any way to work around this, for example, to force EA loads method comments from .cpp not from .h file?
Thank you!