From 18880de420a68ba01fb1888f15453eb84748a8b4 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 18 Apr 2014 09:19:40 +0200 Subject: [PATCH] doc/xbps_pkg_props_dictionary.dot: sync with reality. --- doc/xbps_pkg_props_dictionary.dot | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/xbps_pkg_props_dictionary.dot b/doc/xbps_pkg_props_dictionary.dot index a026701a..2c7a90db 100644 --- a/doc/xbps_pkg_props_dictionary.dot +++ b/doc/xbps_pkg_props_dictionary.dot @@ -5,18 +5,12 @@ digraph pkg_props_dictionary { props_plist -> main; props_plist [style=filled,fillcolor="darksalmon",label="props.plist"]; main [label="Package dictionary"]; - main -> pkgname [label="string"]; - pkgname -> pkgname_value; - pkgname_value [style=filled,fillcolor="yellowgreen",label="xbps"]; main -> homepage [label="string"]; homepage -> homepage_value; homepage_value [style=filled,fillcolor="yellowgreen",label="http://code.google.com/p/xbps"]; main -> license [label="string"]; license -> license_value; license_value [style=filled,fillcolor="yellowgreen",label="BSD"]; - main -> version [label="string"]; - version -> version_value; - version_value [style=filled,fillcolor="yellowgreen",label="0.5.2.2"]; main -> pkgver [label="string"]; pkgver -> pkgver_value; pkgver_value [style=filled,fillcolor="yellowgreen",label="xbps-0.5.2.2"];