Skip to content

Commit ea76349

Browse files
committed
Make central-data-structures a subpage of the architecture page
In order to prevent it being included at the root level of the documentation site.
1 parent 983e506 commit ea76349

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/architectural/cbmc-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ transformation tools (see \ref other-tools).
6161

6262
For an explanation of the data structures involved in the modeling of a GOTO
6363
program (the GOTO Intermediate Representation used by CBMC and assorted tools)
64-
please have a look [here](central-data-structures.md).
64+
please see \subpage central-data-structures .
6565

6666
## {C, java bytecode} → Parse tree → Symbol table → GOTO programs → GOTO program transformations → BMC → counterexample (goto_tracet) → printing ##
6767

doc/architectural/central-data-structures.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
\ingroup module_hidden
2+
3+
\page central-data-structures Central Data Structures
4+
15
# Central Data Structures
26

37
The following is some light technical documentation of the major data structures

0 commit comments

Comments
 (0)