I want to use Graphviz + Doxygen to generate a class diagram based on C++ code. This works already as Doxygen comes with a native DOT support; but is it possible, to produce a UML-like output with the corresponding access modificators (public, private etc.), return and parameter types of the class methods, similar to the diagram below?
I'm aware of thread How to use doxygen to create UML class diagrams from C++ source, but it doesn't answer the question, though.