Skip to content

Commit e827a20

Browse files
committed
doc: update deptree
1 parent 270a404 commit e827a20

File tree

2 files changed

+291
-234
lines changed

2 files changed

+291
-234
lines changed

doc/deptree.puml

+19
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ digraph DEPS {
4343
irox_units
4444
}
4545

46+
irox_progress -> {
47+
irox_tools [label="feature[std]"]
48+
irox_bits [label="feature[std]"]
49+
irox_time [label="feature[std]"]
50+
log
51+
}
52+
4653
irox_structs -> irox_bits
4754

4855
irox_build_rs -> irox_time [label="feature[std]"]
@@ -232,6 +239,18 @@ digraph DEPS {
232239
<TD BGCOLOR="#007ec6" WIDTH="41" ALIGN="LEFT"><FONT COLOR="#FFFFFF" FACE="sans-serif" POINT-SIZE="12">feature</FONT></TD>
233240
</TR>
234241
</TABLE>>]
242+
irox_progress [label=<
243+
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="2" STYLE="ROUNDED">
244+
<TR><TD COLSPAN="2"><B>irox_progress</B></TD></TR>
245+
<TR>
246+
<TD BGCOLOR="#555555" WIDTH="30" ALIGN="RIGHT"><FONT COLOR="#FFFFFF" FACE="sans-serif" POINT-SIZE="12"> std</FONT></TD>
247+
<TD BGCOLOR="#9f9f9f" WIDTH="41" ALIGN="LEFT"><FONT COLOR="#FFFFFF" FACE="sans-serif" POINT-SIZE="12">required</FONT></TD>
248+
</TR>
249+
<TR>
250+
<TD BGCOLOR="#555555" WIDTH="31" ALIGN="RIGHT"><FONT COLOR="#FFFFFF" FACE="sans-serif" POINT-SIZE="12"> alloc</FONT></TD>
251+
<TD BGCOLOR="#9f9f9f" WIDTH="50" ALIGN="LEFT"><FONT COLOR="#FFFFFF" FACE="sans-serif" POINT-SIZE="12">required</FONT></TD>
252+
</TR>
253+
</TABLE>>]
235254
}
236255

237256
@end

0 commit comments

Comments
 (0)