design/conventions: add markup to figures and drop manual padding
This commit is contained in:
parent
218b3712b1
commit
75d5a71617
@ -43,9 +43,11 @@ When drawing pictures the following conventions apply:
|
||||
|
||||
Objects are drawn with a box like:
|
||||
|
||||
+------+
|
||||
| |
|
||||
+------+
|
||||
```
|
||||
+------+
|
||||
| |
|
||||
+------+
|
||||
```
|
||||
|
||||
### pointers
|
||||
|
||||
@ -59,7 +61,9 @@ a pointer to an object.
|
||||
|
||||
an invalid pointer, this is a pointer that should not be used.
|
||||
|
||||
*-//->
|
||||
```
|
||||
*-//->
|
||||
```
|
||||
|
||||
### elements
|
||||
|
||||
@ -72,7 +76,9 @@ sink src
|
||||
|
||||
### pad links
|
||||
|
||||
-----+ +---
|
||||
| |
|
||||
src--sink
|
||||
-----+ +---
|
||||
```
|
||||
-----+ +---
|
||||
| |
|
||||
src--sink
|
||||
-----+ +---
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user