Skip to content

Commit 44a928e

Browse files
author
John Nonweiler
committed
Remove User Manual from Doxygen documentation
Remove the version of the user manual published at http://cprover.diffblue.com/cbmc-user-manual.html and link to http://www.cprover.org/cprover-manual/ instead, in order to make a clearer separation between the _user_ and _developer_ documentation. There is updated source intended for the user manual, with almost identical contents to the removed cbmc-user-manual.md, in the doc/cprover-manual folder.
1 parent f33dc9d commit 44a928e

File tree

4 files changed

+14
-2492
lines changed

4 files changed

+14
-2492
lines changed

doc/architectural/cbmc-architecture.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ digraph G {
4141
}
4242
\enddot
4343

44-
The \ref cbmc-user-manual "CBMC User Manual" describes CBMC from a user
45-
perspective. Each node in the diagram above links to the appropriate
46-
class or module documentation, describing that particular stage in the
47-
CBMC pipeline.
44+
The [CPROVER User Manual](http://www.cprover.org/cprover-manual/) describes
45+
CBMC from a user perspective. Each node in the diagram above links to the
46+
appropriate class or module documentation, describing that particular stage
47+
in the CBMC pipeline.
4848
CPROVER is structured in a similar fashion to a compiler. It has
4949
language specific front-ends which perform limited syntactic analysis
5050
and then convert to an intermediate format. The intermediate format can

doc/architectural/front-page.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ Overview of Documentation
5757

5858
### For users:
5959

60-
* The \ref cbmc-user-manual "CBMC User Manual" details the capabilities of
61-
CBMC and describes how to install and use these tools. It
60+
* The [CPROVER User Manual](http://www.cprover.org/cprover-manual/) details the
61+
capabilities of CBMC and describes how to install and use these tools. It
6262
also covers the underlying theory and prerequisite concepts behind how
6363
these tools work.
6464

0 commit comments

Comments
 (0)