We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd10d6 commit 83850e1Copy full SHA for 83850e1
doc/cprover-manual/cbmc-tutorial.md
@@ -137,13 +137,6 @@ possible output format.
137
cbmc file1.c --bounds-check --pointer-check --trace --xml-ui
138
```
139
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
147
### Verifying Modules
148
149
In the example above, we used a program that starts with a `main`
0 commit comments