summaryrefslogtreecommitdiff
path: root/doc/dep_graph.dot
diff options
context:
space:
mode:
Diffstat (limited to 'doc/dep_graph.dot')
-rw-r--r--doc/dep_graph.dot16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/dep_graph.dot b/doc/dep_graph.dot
deleted file mode 100644
index 73ad03f..0000000
--- a/doc/dep_graph.dot
+++ /dev/null
@@ -1,16 +0,0 @@
-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";
-}