Skip to content

Commit ee0a06d

Browse files
author
Mark R. Tuttle
committed
Convert doc/ADR and doc/API to doxygen page/subpage syntax
1 parent f44d11e commit ee0a06d

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

doc/ADR/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ of the system and the surrounding infrastructure.
88

99
## Release & Packaging
1010

11-
* [Release Process](release_process.md)
12-
* [Homebrew tap](homebrew_tap.md)
11+
* \subpage release-process
12+
* \subpage homebrew-tap-instructions

doc/ADR/homebrew_tap.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Homebrew tap instructions
1+
\page homebrew-tap-instructions Homebrew tap instructions
22

33
CBMC archives versions into a tap which you can use to quickly download and
44
build various historical versions.

doc/ADR/release_process.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Release Process
1+
\page release-process Release Process
22

33
**Date**: 2020-10-08
44
**Updated**: 2022-06-23
@@ -9,7 +9,7 @@
99

1010
The current process we follow through to make a new release is the following:
1111

12-
1. At the point in time we want to make the release, we make a change to
12+
1. At the point in time we want to make the release, we make a change to
1313
`src/config.inc`, and update the configuration variable `CBMC_VERSION`.
1414
This is important as it informs the various tools of the current version
1515
of CBMC.

doc/API/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# CProver APIs
1+
# CPROVER APIs
22

3-
* [piped_process](util/piped_process.md)
3+
* \subpage piped-process

doc/API/util/piped_process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `src/util/piped_process.{cpp, h}`
1+
\page piped-process `src/util/piped_process.{cpp, h}`
22

33
To utilise the `piped_process` API for interprocess communication with any binary:
44

0 commit comments

Comments
 (0)