manual: markdown fix
This commit is contained in:
parent
56f1897961
commit
31d7acb99a
|
@ -966,6 +966,7 @@ If you run bug hunting analysis on this code then because Cppcheck can't prove
|
||||||
that x can't be 0 you will get a warning about division by zero.
|
that x can't be 0 you will get a warning about division by zero.
|
||||||
|
|
||||||
Either:
|
Either:
|
||||||
|
|
||||||
- Right click on that warning and select "Edit contract..".
|
- Right click on that warning and select "Edit contract..".
|
||||||
- Open the "Functions" tab at the bottom and lookup the "foo(x)" function. Then
|
- Open the "Functions" tab at the bottom and lookup the "foo(x)" function. Then
|
||||||
double click on that.
|
double click on that.
|
||||||
|
|
Loading…
Reference in New Issue