summaryrefslogtreecommitdiff
path: root/presentation/dep_graph.dot
diff options
context:
space:
mode:
Diffstat (limited to 'presentation/dep_graph.dot')
-rw-r--r--presentation/dep_graph.dot16
1 files changed, 16 insertions, 0 deletions
diff --git a/presentation/dep_graph.dot b/presentation/dep_graph.dot
new file mode 100644
index 0000000..73ad03f
--- /dev/null
+++ b/presentation/dep_graph.dot
@@ -0,0 +1,16 @@
+digraph FSA {
+ graph [ ratio=compress layout=dot rankdir=UB ratio=0.4 ];
+
+ node [ shape = oval style=filled fontsize=18 ];
+
+ "libmaa" -> "dict";
+ "libmaa" -> "dictd";
+ "libmaa" -> "dictfmt";
+ "libmaa" -> "dictzip";
+ "libcommon" -> "dict";
+ "libcommon" -> "dictd";
+ "libcommon" -> "dictfmt";
+ "libcommon" -> "dictzip";
+ "libdz" -> "dictzip";
+ "doc";
+}