diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-01-16 07:29:37 +0100 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-01-16 07:29:37 +0100 |
commit | d9e354e125ce8c8667a9f62af3d56de14ffc4d05 (patch) | |
tree | 62ae3fdb1438d65c661df47c7391d1a4a12d76a3 | |
parent | e0836925310832691cc63a6daa78e0eb3cc1b9c5 (diff) | |
download | luaotfload-d9e354e125ce8c8667a9f62af3d56de14ffc4d05.tar.gz |
[doc] update graph
-rw-r--r-- | filegraph.dot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filegraph.dot b/filegraph.dot index bce15cc..90e6e5c 100644 --- a/filegraph.dot +++ b/filegraph.dot @@ -122,7 +122,7 @@ strict digraph luaotfload_files { //looks weird with circo ... style = "filled,rounded", penwidth=2] - luaotfload [label = "luaotfload.lua", + luaotfload [label = "luaotfload-main.lua", shape = rect, width = "3.2cm", height = "1.2cm", |