44
55\author Martin Brain, Peter Schrammel
66
7- ## ` src/ ` ##
7+ ## ` src/ `
88
99The source code is divided into a number of sub-directories, each
1010containing the code for a different part of the system.
@@ -55,7 +55,7 @@ containing the code for a different part of the system.
5555
5656In 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
7474Contains the CBMC man page. Doxygen HTML pages are generated
7575into the ` doc/html ` directory when running ` doxygen ` from ` src ` .
7676
77- ## ` regression/ ` ##
77+ ## ` regression/ `
7878
7979The ` regression/ ` directory contains the regression test suites. See
8080\ref compilation-and-development for information on how to run and
8181develop regression tests.
8282
83- ## ` unit/ ` ##
83+ ## ` unit/ `
8484
8585The ` unit/ ` directory contains the unit test suites. See
8686\ref compilation-and-development for information on how to run and
8787develop unit tests.
8888
89- ## Directory dependencies ##
89+ ## Directory dependencies
9090
9191This diagram shows * intended* directory dependencies. Arrows should
9292be read transitively - dependencies of dependencies are often used
0 commit comments