grim/purple-objects-docbook

3d85aaf3ca93
new graphs for PurplePlugin and PurplePluginState
start of the plugins section
/*
vi: syntax=dot
*/
digraph {
label="Object Key";
labelloc="t";
splines=true;
overlap=false;
randir="bt";
node[fontname="sans", fontsize="9", style="filled", shape="rect"];
abstract[label="Abstract Class", color="palegreen"];
concrete[label="Concrete Class", color="lightpink"];
interface[label="Interface", color="powderblue"];
}