Skip to content

Commit 3129464

Browse files
committed
Add link to goto program documentation from central data structures
1 parent d2093fd commit 3129464

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/architectural/central-data-structures.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,10 @@ in the symbol-table for their definitions.
108108
## goto_programt
109109

110110
A goto program is a sequence of GOTO instructions (`goto_instructiont`). For
111-
details see the documentation of the `goto_programt` class.
111+
details of the `goto_programt` class itself see the documentation in
112+
[`goto_program.h`](../../src/goto-programs/goto_program.h). For further details
113+
of the life cycle of goto programs see
114+
[`src/goto-programs/README.md`](../../src/goto-programs/README.md).
112115

113116
An instruction (`goto_instructiont`) is a triple (an element with three subcomponents),
114117
describing a GOTO level instruction with the following 3 component subtypes,

0 commit comments

Comments
 (0)