Skip to content

Commit 2c5fa86

Browse files
author
Enrico Steffinlongo
committed
Removed trailing # from markdown
1 parent 1eb26aa commit 2c5fa86

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/architectural/cbmc-architecture.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ For an explanation of the data structures involved in the modeling of a GOTO
6363
program (the GOTO Intermediate Representation used by CBMC and assorted tools)
6464
please see \subpage central-data-structures .
6565

66-
## {C, java bytecode} → Parse tree → Symbol table → GOTO programs → GOTO program transformations → BMC → counterexample (goto_tracet) → printing ##
66+
## {C, java bytecode} → Parse tree → Symbol table → GOTO programs → GOTO program transformations → BMC → counterexample (goto_tracet) → printing
6767

6868
To be documented.
6969

70-
## Instrumentation: goto functions → goto functions ##
70+
## Instrumentation: goto functions → goto functions
7171

7272
To be documented.
7373

@@ -76,28 +76,28 @@ To be documented.
7676
For an explanation of part of how the BMC (Symex) process works, please refer
7777
to [Symex and GOTO program instructions](symex-instructions.md)
7878

79-
## Trace → interpreter → memory map ##
79+
## Trace → interpreter → memory map
8080

8181
To be documented.
8282

83-
## Goto functions → abstract interpretation ##
83+
## Goto functions → abstract interpretation
8484

8585
To be documented.
8686

87-
## Executables (flow of transformations): ##
87+
## Executables (flow of transformations):
8888

89-
### goto-cc ###
89+
### goto-cc
9090

9191
To be documented.
9292

93-
### goto-instrument ###
93+
### goto-instrument
9494

9595
To be documented.
9696

97-
### cbmc ###
97+
### cbmc
9898

9999
To be documented.
100100

101-
### goto-analyzer ###
101+
### goto-analyzer
102102

103103
To be documented.

0 commit comments

Comments
 (0)