XGIF = forward.gif back.gif both.gif nohead.gif
-MGIF = constraint.gif record.gif html1.gif html2.gif fill.gif round.gif \
- mrecord.gif html3.gif html4.gif colorlist.gif record2.gif fixed.gif tee.gif
+MGIF = constraint.gif record.gif fill.gif round.gif \
+ mrecord.gif colorlist.gif record2.gif fixed.gif tee.gif
GRADPNG = g_lin0.png g_wlin0.png g_rad0.png g_lin45.png g_wlin45.png g_rad45.png g_lin90.png g_wlin90.png g_rad90.png \
g_lin180.png g_wlin180.png g_rad180.png g_lin270.png g_wlin270.png g_rad270.png g_lin360.png g_wlin360.png g_rad360.png
GIF = $(SGIF) $(AGIF) $(MGIF) $(A2GIF) $(XGIF)
-DOTS = html2.gv html3.gv html4.gv tee.gv
+DOTS = tee.gv
HTML = \
grammar.html \
html_grammar.html \
+++ /dev/null
-digraph structs {
- node [shape=plaintext]
- struct1 [label=<
-<TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0">
- <TR><TD>left</TD><TD PORT="f1">mid dle</TD><TD PORT="f2">right</TD></TR>
-</TABLE>>];
- struct2 [label=<
-<TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0">
- <TR><TD PORT="f0">one</TD><TD>two</TD></TR>
-</TABLE>>];
- struct3 [label=<
-<TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" CELLPADDING="4">
- <TR>
- <TD ROWSPAN="3">hello<BR/>world</TD>
- <TD COLSPAN="3">b</TD>
- <TD ROWSPAN="3">g</TD>
- <TD ROWSPAN="3">h</TD>
- </TR>
- <TR>
- <TD>c</TD><TD PORT="here">d</TD><TD>e</TD>
- </TR>
- <TR>
- <TD COLSPAN="3">f</TD>
- </TR>
-</TABLE>>];
- struct1:f1 -> struct2:f0;
- struct1:f2 -> struct3:here;
-}
+++ /dev/null
-digraph G {
- rankdir=LR
- node [shape=plaintext]
- a [
- label=<
-<TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0">
- <TR><TD ROWSPAN="3" BGCOLOR="yellow">class</TD></TR>
- <TR><TD PORT="here" BGCOLOR="lightblue">qualifier</TD></TR>
-</TABLE>>
- ]
- b [shape=ellipse style=filled
- label=<
-<TABLE BGCOLOR="bisque">
- <TR><TD COLSPAN="3">elephant</TD>
- <TD ROWSPAN="2" BGCOLOR="chartreuse"
- VALIGN="bottom" ALIGN="right">two</TD> </TR>
- <TR><TD COLSPAN="2" ROWSPAN="2">
- <TABLE BGCOLOR="grey">
- <TR> <TD>corn</TD> </TR>
- <TR> <TD BGCOLOR="yellow">c</TD> </TR>
- <TR> <TD>f</TD> </TR>
- </TABLE> </TD>
- <TD BGCOLOR="white">penguin</TD>
- </TR>
- <TR> <TD COLSPAN="2" BORDER="4" ALIGN="right" PORT="there">4</TD> </TR>
-</TABLE>>
- ]
- c [
- label=<long line 1<BR/>line 2<BR ALIGN="LEFT"/>line 3<BR ALIGN="RIGHT"/>>
- ]
-
- subgraph { rank=same b c }
- a:here -> b:there [dir=both arrowtail = diamond]
- c -> b
- d [shape=triangle]
- d -> c [label=<
-<TABLE>
- <TR><TD BGCOLOR="red" WIDTH="10"> </TD>
- <TD>Edge labels<BR/>also</TD>
- <TD BGCOLOR="blue" WIDTH="10"> </TD>
- </TR>
-</TABLE>>
- ]
-
-}
-
+++ /dev/null
-digraph structs {
- node [shape=plaintext];
-
- struct1 [label=<<TABLE>
- <TR>
- <TD>line 1</TD>
- <TD BGCOLOR="blue"><FONT COLOR="white">line2</FONT></TD>
- <TD BGCOLOR="gray"><FONT POINT-SIZE="24.0">line3</FONT></TD>
- <TD BGCOLOR="yellow"><FONT POINT-SIZE="24.0" FACE="ambrosia">line4</FONT></TD>
- <TD>
- <TABLE CELLPADDING="0" BORDER="0" CELLSPACING="0">
- <TR>
- <TD><FONT COLOR="green">Mixed</FONT></TD>
- <TD><FONT COLOR="red">fonts</FONT></TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- </TABLE>>];
-}
+++ /dev/null
-digraph structs {
- node [shape=plaintext];
-
- struct1 [label=<<TABLE>
- <TR><TD><IMG SRC="eqn.png"/></TD></TR>
- <TR><TD>caption</TD></TR>
- </TABLE>>];
-}