In Doxygen 1.11.0 for Java, a class is displayed twice on the class diagram. This makes the diagram cluttered and will not scale well. Note that this might be limited to happening when there is a ...
Created attachment 200504 Doxyfile to repeat the issue Doxygen doesn't draw any relations on collaboration diagram. I had created test file: ----- <?php /** * Class A */ class A { } /** * Class B */ ...