File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
doxygen-root/doxygen-markdown Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -110,8 +110,7 @@ in the symbol-table for their definitions.
110110A goto program is a sequence of GOTO instructions (` goto_instructiont ` ). For
111111details of the ` goto_programt ` class itself see the documentation in
112112[ ` 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 ` ] ( https://github.com/diffblue/cbmc/blob/develop/src/goto-programs/README.md ) .
113+ of the life cycle of goto programs see \ref goto-programs "goto programs"
115114
116115An instruction (` goto_instructiont ` ) is a triple (an element with three subcomponents),
117116describing a GOTO level instruction with the following 3 component subtypes,
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ for file in $FILES; do
4646 # lines is unescaped using sed in order to fix doxygen tags, which are
4747 # broken by pandoc.
4848 pandoc --read=gfm --write=gfm --wrap=none --filter=mermaid-filter $tmp |
49- $BINDIR /pandoc-codeblock-repair.sh | sed ' s/^\\\\/\\/' > $file
49+ $BINDIR /pandoc-codeblock-repair.sh | sed ' s/\\\\ref\s/\\ref /;s/ ^\\\\/\\/' > $file
5050done
5151
5252cprovers=$( find . -name cprover-manual)
You can’t perform that action at this time.
0 commit comments