Commit 3fc68b04 authored by Laurent THOMAS's avatar Laurent THOMAS

test doc format

parent fafc4362
......@@ -8,16 +8,6 @@ Note right of Bob: Bob thinks
Bob-->Alice: I am good thanks!
```
```flow
st=>start: Start
op=>operation: Your Operation
cond=>condition: Yes or No?
e=>end
st->op->cond
cond(yes)->e
cond(no)->op
​```
```mermaid
%% Example of sequence diagram
sequenceDiagram
......@@ -32,6 +22,15 @@ cond(no)->op
end
​```
```flow
st=>start: Start
op=>operation: Your Operation
cond=>condition: Yes or No?
e=>end
st->op->cond
cond(yes)->e
cond(no)->op
```
# Top file: executables/ocp-gnb.c
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment