File tree 2 files changed +2
-3
lines changed
doxygen-root/doxygen-markdown 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.
110
110
A goto program is a sequence of GOTO instructions (` goto_instructiont ` ). For
111
111
details of the ` goto_programt ` class itself see the documentation in
112
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 ` ] ( 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"
115
114
116
115
An instruction (` goto_instructiont ` ) is a triple (an element with three subcomponents),
117
116
describing 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
46
46
# lines is unescaped using sed in order to fix doxygen tags, which are
47
47
# broken by pandoc.
48
48
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
50
50
done
51
51
52
52
cprovers=$( find . -name cprover-manual)
You can’t perform that action at this time.
0 commit comments