doc: update pkg_files_dictionary dot graph.

This commit is contained in:
Juan RP 2011-07-15 09:25:59 +02:00
parent f6476e210c
commit a549004e77

View File

@ -38,7 +38,9 @@ digraph pkg_files_dictionary {
links_dict [style=filled,label="dictionary[0]"]; links_dict [style=filled,label="dictionary[0]"];
links_dict1 [style=filled,label="dictionary[N+1]"]; links_dict1 [style=filled,label="dictionary[N+1]"];
links_dict -> link_file [label=string]; links_dict -> link_file [label=string];
links_dict -> link_target [label=string];
link_file [label=file]; link_file [label=file];
link_target [label=target];
links_dict1 -> links_dict1_objs [style=filled,label="objects"]; links_dict1 -> links_dict1_objs [style=filled,label="objects"];
links_dict1_objs [style=filled,label="..."]; links_dict1_objs [style=filled,label="..."];
main -> dirs [label=array]; main -> dirs [label=array];