Skip to content

Commit 4fc8ff5

Browse files
author
Daniel Kroening
committed
use highlight
1 parent 49f4724 commit 4fc8ff5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/html-manual/cprover-source.shtml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -546,8 +546,7 @@ value "false". The second function returns true for any boolean constant
546546
that is not of value "false".
547547
</p>
548548

549-
<pre><code class="c++">
550-
bool is_zero() const;
549+
<pre><code class="c++">bool is_zero() const;
551550
bool is_one() const;
552551
</code></pre>
553552

@@ -619,7 +618,7 @@ for edge access or other specialized behaviour:
619618
</tr>
620619

621620
<tr><td valign=top><code>address_of_exprt</code></td>
622-
<td>Representation of a C-style <code>\&a</code> address-of operation. Convenience function <code>object()</code> for accessing operand.</td>
621+
<td>Representation of a C-style <code>&amp;a</code> address-of operation. Convenience function <code>object()</code> for accessing operand.</td>
623622
</tr>
624623

625624
<tr><td valign=top><code>dereference_exprt</code></td>

0 commit comments

Comments
 (0)