~ubuntu-branches/ubuntu/trusty/bmagic/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/html/a00085.dot

  • Committer: Bazaar Package Importer
  • Author(s): Roberto C. Sanchez
  • Date: 2009-10-30 18:48:35 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091030184835-2tqroygiq2pevwij
Tags: 3.6.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
digraph structs
 
2
{
 
3
  edge [fontname="FreeSans",fontsize="10",labelfontname="FreeSans",labelfontsize="10"];
 
4
  node [fontname="FreeSans",fontsize="10",shape=record];
 
5
  rankdir=LR;
 
6
  Node0 [label="Processor specific optimizations for SSE2 instructions",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled" fontcolor="black"];
 
7
  Node1 [label="BitMagic C++ Library",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$a00080.html",tooltip="For more information please visit: http://bmagic.sourceforge.net."];
 
8
  Node1->Node0 [shape=plaintext, color="midnightblue", dir="back", style="solid"];
 
9
}