From a549004e775f91a407635b581ed97d3a28421511 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 15 Jul 2011 09:25:59 +0200 Subject: [PATCH] doc: update pkg_files_dictionary dot graph. --- doc/xbps_pkg_files_dictionary.dot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/xbps_pkg_files_dictionary.dot b/doc/xbps_pkg_files_dictionary.dot index 26587ef5..a76e350f 100644 --- a/doc/xbps_pkg_files_dictionary.dot +++ b/doc/xbps_pkg_files_dictionary.dot @@ -38,7 +38,9 @@ digraph pkg_files_dictionary { links_dict [style=filled,label="dictionary[0]"]; links_dict1 [style=filled,label="dictionary[N+1]"]; links_dict -> link_file [label=string]; + links_dict -> link_target [label=string]; link_file [label=file]; + link_target [label=target]; links_dict1 -> links_dict1_objs [style=filled,label="objects"]; links_dict1_objs [style=filled,label="..."]; main -> dirs [label=array];