When creating a class in a class diagram, is there a way to display the default constructor, destructor, and copy constructor?
I have gone through all of the options and preferences I can find and read through everything in the help that could possibly be on-point, also searched this forum, and can't find anything. The only way I can see them is to add them as standard methods, returning void... even though constructors and destructors don't return anything, not even void and thus these aren't really constructors or destructors.
When I generate code the default constructor, destructor, and copy constructor are in the code but they don't display on the diagram.
Also, how do I add additional constructors? Again, the only way I can find is to add them as standard methods that return void, thus they aren't really constructors.
EA version is 7.1 build 831.