forked from OpenSDV/Linux_Kernel_map4vehicle
+urls
This commit is contained in:
parent
f1a8275243
commit
a194125c5c
|
@ -41,6 +41,7 @@ digraph matrix {
|
||||||
fillcolor="#d9e7ee",
|
fillcolor="#d9e7ee",
|
||||||
fixedsize=true,
|
fixedsize=true,
|
||||||
label="System calls",
|
label="System calls",
|
||||||
|
URL="https://en.wikibooks.org/wiki/The_Linux_Kernel/Syscalls",
|
||||||
row=usr,
|
row=usr,
|
||||||
shape=ellipse];
|
shape=ellipse];
|
||||||
sysfs [color="#e27dd6ff",
|
sysfs [color="#e27dd6ff",
|
||||||
|
@ -442,6 +443,7 @@ digraph matrix {
|
||||||
width=0];
|
width=0];
|
||||||
bridges [fillcolor="#91b5c9",
|
bridges [fillcolor="#91b5c9",
|
||||||
shape=octagon,
|
shape=octagon,
|
||||||
|
URL="https://en.wikipedia.org/wiki/Bridge_pattern",
|
||||||
style="filled,setlinewidth(0)"];
|
style="filled,setlinewidth(0)"];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue