Skip to content

Commit 66d271c

Browse files
author
John Nonweiler
committed
Fix doxygen syntax by adding subsection names
1 parent 053b591 commit 66d271c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/goto-symex/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ the instruction type, i.e. goto_symext::symex_function_call() if the
8181
current instruction is a function call, goto_symext::symex_goto() if the
8282
current instruction is a goto, etc.
8383

84-
\subsection Loop and recursion unwinding
84+
\subsection symex-loop-and-recursion-unwinding Loop and recursion unwinding
8585

8686
Each backwards goto and recursive call has a separate counter
8787
(handled by \ref cbmc or another driver program, see the `--unwind` and
@@ -91,7 +91,7 @@ be handled completely (assuming the unwinding limit is sufficient).
9191
When an unwind or recursion limit is reached, an assertion can be added to
9292
explicitly show when analysis is incomplete.
9393

94-
\subsection \ref goto_symext::clean_expr
94+
\subsection goto-symext-clean-expr goto_symext::clean_expr
9595

9696
Before any expression is incorporated into the output equation set it is passed
9797
through \ref goto_symext::clean_expr and thus \ref goto_symext::dereference,

0 commit comments

Comments
 (0)