4
4
5
5
\author Martin Brain, Peter Schrammel
6
6
7
- ## ` src/ ` ##
7
+ ## ` src/ `
8
8
9
9
The source code is divided into a number of sub-directories, each
10
10
containing the code for a different part of the system.
@@ -55,7 +55,7 @@ containing the code for a different part of the system.
55
55
56
56
In the top level of ` src ` there are only a few files:
57
57
58
- * ` config.inc ` : The user-editable configuration parameters for the
58
+ * ` config.inc ` : The user-editable configuration parameters for the
59
59
build process. The main use of this file is setting the paths for the
60
60
various external SAT solvers that are used. As such, anyone building
61
61
from source will likely need to edit this.
@@ -69,24 +69,24 @@ In the top level of `src` there are only a few files:
69
69
70
70
* ` doxygen.cfg ` : The config file for doxygen.cfg
71
71
72
- ## ` doc/ ` ##
72
+ ## ` doc/ `
73
73
74
74
Contains the CBMC man page. Doxygen HTML pages are generated
75
75
into the ` doc/html ` directory when running ` doxygen ` from ` src ` .
76
76
77
- ## ` regression/ ` ##
77
+ ## ` regression/ `
78
78
79
79
The ` regression/ ` directory contains the regression test suites. See
80
80
\ref compilation-and-development for information on how to run and
81
81
develop regression tests.
82
82
83
- ## ` unit/ ` ##
83
+ ## ` unit/ `
84
84
85
85
The ` unit/ ` directory contains the unit test suites. See
86
86
\ref compilation-and-development for information on how to run and
87
87
develop unit tests.
88
88
89
- ## Directory dependencies ##
89
+ ## Directory dependencies
90
90
91
91
This diagram shows * intended* directory dependencies. Arrows should
92
92
be read transitively - dependencies of dependencies are often used
0 commit comments