Skip to content

Commit 85524de

Browse files
committed
Updates requested in the review: Added forward link from "build itself"
to the `Construction` sub-section.
1 parent 6a0ce03 commit 85524de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/analyses/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ To be documented.
9696

9797
Implemented in `src/analyses/dependence_graph.h(cpp)`. It is a graph and an
9898
abstract interpreter at the same time. The abstract interpretation nature
99-
allows a dependence graph to build itself (the graph) from a given GOTO program.
99+
allows a dependence graph to [build itself](#Construction)
100+
(the graph) from a given GOTO program.
100101

101102
A dependence graph extends the class `grapht` with `dep_nodet` as the type of
102103
nodes (see `src/util/graph.h` for more details about

0 commit comments

Comments
 (0)