summaryrefslogtreecommitdiff
path: root/doc/gf-compiler.dot
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gf-compiler.dot')
-rw-r--r--doc/gf-compiler.dot3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/gf-compiler.dot b/doc/gf-compiler.dot
index 69916c695..f8ce1aaae 100644
--- a/doc/gf-compiler.dot
+++ b/doc/gf-compiler.dot
@@ -43,6 +43,9 @@ gfc -> gf11 [label = " PrintGFC", style = "solid"];
gf11 [label = "file.gfc", style = "solid", shape = "ellipse"];
+ gfcc [label = "file.gfcc", style = "solid", shape = "ellipse"];
+ gfc -> gfcc [label = " CanonToGFCC", style = "solid"];
+
mcfg [label = "file.gfcm", style = "dashed", shape = "ellipse"];
gfc -> mcfg [label = " PrintGFC", style = "dashed"];