I am trying to generate class diagrams using reverse engineering option of EA. I am successfully able to import my code using option 'import source directory'.
How to generate class diagram from this imported files?
after the import the class diagrams are added to each package (I tested with Java):
It only contains the classes of the package. So if you want to create a more complex class diagram you will have to create a new diagram and then add the classes manually.
Andy