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

« back to all changes in this revision

Viewing changes to doc/html/a00128.dot

  • Committer: Bazaar Package Importer
  • Author(s): Roberto C. Sanchez
  • Date: 2009-12-09 16:02:55 UTC
  • mfrom: (4.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091209160255-hu2bnjrbncl92z5w
Tags: 3.6.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
digraph G
2
 
{
3
 
  edge [fontname="FreeSans",fontsize="10",labelfontname="FreeSans",labelfontsize="10"];
4
 
  node [fontname="FreeSans",fontsize="10",shape=record];
5
 
  Node1 [label="bm::decoder_little_endian",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled" fontcolor="black"];
6
 
  Node2 -> Node1 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
7
 
  Node2 [label="bm::decoder_base",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$a00043.html",tooltip="Base class for all decoding functionality."];
8
 
}