We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent840a5e5 commit17c06efCopy full SHA for 17c06ef
docs/source/arch/software_heirarchy.rst
@@ -47,6 +47,7 @@ BuildCC interface lib
47
rectangle "tiny-process-library" as tpl #palegreen
48
49
rectangle Environment as env #aliceblue
50
+ rectangle Schema as schema #aliceblue
51
rectangle Toolchain as toolchain #aliceblue
52
rectangle Target as target #aliceblue
53
rectangle "Toolchain specialized" as toolchain_specialized #aliceblue
@@ -61,17 +62,19 @@ BuildCC interface lib
61
62
spdlog .up.> env
63
tpl .up.> env
64
- flatbuffers .up.> target
65
- taskflow -up-> target
66
-
67
cli11 -up-> args
68
taskflow -up-> register
69
+ flatbuffers .up.> schema
+
70
env -up-> toolchain
71
+ env -up-> schema
72
73
+ taskflow -up-> target
74
+ schema -up-> target
75
toolchain -up-> target
- toolchain -up-> toolchain_specialized
76
77
+ toolchain -up-> toolchain_specialized
78
target -up-> target_specialized
79
80
target -up-> args