Differences From Artifact [9101476836]:
- File docs/code/module-hierarchy.dot — part of check-in [9f0b57c507] at 2019-11-01 17:20:42 on branch v1.65-wip-alt — Added hierarchy graph (user: mrwellan, size: 2865) [annotate] [blame] [check-ins using]
To Artifact [a60d6efe4f]:
- File docs/code/module-hierarchy.dot — part of check-in [d684bd81f1] at 2019-11-02 09:56:01 on branch v1.65-wip-alt — whatAmess (user: matt, size: 2938) [annotate] [blame] [check-ins using] [more...]
︙ | |||
21 22 23 24 25 26 27 28 29 30 31 32 33 34 | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | + + | node [shape=box,style=filled]; "common" [label="common module"]; subgraph cluster_megatest { label="megatest"; "process" -> "common" -> "megamod" -> "api"; "megamod" -> "rmt"; "common" -> "api" -> "rmt"; "common" -> "rmt"; } // subgraph cluster_code_hierarchy { // label="Packets"; // "SPKTS" [ label = "Sensor Packets" ]; |
︙ |