I have been searching for some material that describes how to generate simple class diagrams with doxygen, but couldn\'t find one. Can anybody help?
I need to create
I think you will need to edit the doxys file and set GENERATE_UML (something like that) to true. And you need to have dot/graphviz installed.