I want to generate sequence diagrams using doxygen. I am using plant uml for that.
I have installed Graphviz to generate diagrams
In the process i have SET Enviromnet variable GRAPHVIZ_DOT and able to see that it from command line.
When i try to test it using the command "java -jar plantuml.jar -testdot"
i am getting the following message.
=====
The environment variable GRAPHVIZ_DOT has not been set
Dot executable is c:\Program Files (x86)\Graphviz2.38\bin\dot.exe
Dot version: dot - graphviz version 2.38.0 (20140413.2041)
Installation seems OK. File generation OK
====
Does it mean that my system is ready for generate Plantuml sequence diagrams. or how it is????