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

« back to all changes in this revision

Viewing changes to doc/html/a00083.dot

  • Committer: Bazaar Package Importer
  • Author(s): Roberto C. Sanchez
  • Date: 2010-01-24 14:45:39 UTC
  • mfrom: (4.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100124144539-4ipk5rt64dpp38hl
Tags: 3.6.3-1
* New upstream release
* debian/patches/config.guess.patch: drop obsolete patch
* Add ${misc:Depends} as requested by lintian

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
 
  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."];
7
 
  Node0 [label="BIT functions",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled" fontcolor="black"];
8
 
  Node1->Node0 [shape=plaintext, color="midnightblue", dir="back", style="solid"];
9
 
}