Skip to content

Commit 83850e1

Browse files
committed
Remove references to the XML spec from the tutorial
This is a level of detail way beyond what a "tutorial" can deliver.
1 parent 9cd10d6 commit 83850e1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

doc/cprover-manual/cbmc-tutorial.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,6 @@ possible output format.
137137
cbmc file1.c --bounds-check --pointer-check --trace --xml-ui
138138
```
139139

140-
The specification of the XML trace output can be found here: [XML
141-
Specification](https://raw.githubusercontent.com/diffblue/cbmc/develop/doc/assets/xml_spec.tex)
142-
and can be built by `pdflatex -shell-escape xml_spec.tex`. See the [README
143-
](https://github.com/diffblue/cbmc/blob/develop/doc/assets/README.md#xml_spectex) for details.
144-
145-
Alternatively, you can view it in [Markdown](https://github.com/diffblue/cbmc/blob/develop/doc/assets/xml_spec.md).
146-
147140
### Verifying Modules
148141

149142
In the example above, we used a program that starts with a `main`

0 commit comments

Comments
 (0)