Skip to content

Commit 2b40da3

Browse files
authored
Merge pull request #7399 from NlightNFotis/fix_folder_walkthrough_markdown
Fix the markdown syntax in the folder walkthrough doc
2 parents d60295d + 0841040 commit 2b40da3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/architectural/folder-walkthrough.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
\author Martin Brain, Peter Schrammel
66

7-
## `src/` ##
7+
## `src/`
88

99
The source code is divided into a number of sub-directories, each
1010
containing the code for a different part of the system.
@@ -55,7 +55,7 @@ containing the code for a different part of the system.
5555

5656
In the top level of `src` there are only a few files:
5757

58-
* `config.inc`: The user-editable configuration parameters for the
58+
* `config.inc`: The user-editable configuration parameters for the
5959
build process. The main use of this file is setting the paths for the
6060
various external SAT solvers that are used. As such, anyone building
6161
from source will likely need to edit this.
@@ -69,24 +69,24 @@ In the top level of `src` there are only a few files:
6969

7070
* `doxygen.cfg`: The config file for doxygen.cfg
7171

72-
## `doc/` ##
72+
## `doc/`
7373

7474
Contains the CBMC man page. Doxygen HTML pages are generated
7575
into the `doc/html` directory when running `doxygen` from `src`.
7676

77-
## `regression/` ##
77+
## `regression/`
7878

7979
The `regression/` directory contains the regression test suites. See
8080
\ref compilation-and-development for information on how to run and
8181
develop regression tests.
8282

83-
## `unit/` ##
83+
## `unit/`
8484

8585
The `unit/` directory contains the unit test suites. See
8686
\ref compilation-and-development for information on how to run and
8787
develop unit tests.
8888

89-
## Directory dependencies ##
89+
## Directory dependencies
9090

9191
This diagram shows *intended* directory dependencies. Arrows should
9292
be read transitively - dependencies of dependencies are often used

0 commit comments

Comments
 (0)