I have evaluated Doxygen. I found that a class which is inheriting property from another class, that class diagram is generated by Doxygen. But for single class that is not using inheritance, Doxygen is not generating class diagram of that class. So how to resolve this.
I have added Graphviz path. I have marked all Graphviz diagram. Marked all required field like HAVE_DOT=YES UML_LOOK=YES etc.....
My expectation is Doxygen should be able to generate class diagram of all type of class.




