Changes between Version 15 and Version 16 of GraphvizPlugin


Ignore:
Timestamp:
Jan 30, 2007, 1:30:52 PM (17 years ago)
Author:
David Roussel
Comment:

added example for TracLinks in dot files

Legend:

Unmodified
Added
Removed
Modified
  • GraphvizPlugin

    v15 v16  
    3838[[Image(15e8018d3d66075049024de6864339724b78c365.png)]]
    3939
     40Note that you can insert TracLinks like this:
     41{{{ 
     42  {{{
     43  #!graphviz
     44  digraph G {
     45    GraphvizPlugin [ URL=GraphvizPlugin ]
     46    Trac [ URL="http://trac.edgewall.org/" ]
     47    GraphvizPlugin -> Trac
     48    }
     49  }}}
     50}}}
     51
    4052== Recent Changes ==
    4153