design/conventions: add markup to figures and drop manual padding

This commit is contained in:
Reynaldo H. Verdejo Pinochet 2016-12-20 23:36:36 -08:00
parent 218b3712b1
commit 75d5a71617

View file

@ -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
-----+ +---
```