--! @dot
--! digraph example {
--! node [shape=record, fontname=Helvetica, fontsize=10,color="red"];
--! DataExtract [ label="Entity CDR_Top" URL="\ref CDR_Top"];
--! Serial_In -> Ser2Par;
--! Ser2Par -> DataExtract;
--! }
--! @enddot
see http://www.stack.nl/~dimitri/doxygen/manual/commands.ht
Hi,
I installed doxygen and graphviz to be able to document my vhdl project.
As long as I stick with plain text documentation, everythings seems to work as
expected. But when I start to add a @dot command, I can't see the graph on my
HTML or RTF documentation.
what can be wrong, or can somebody