Skip to content

Commit f330065

Browse files
committed
Escape in ocamldoc (closes #144)
1 parent 28d3e7e commit f330065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cil.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1689,7 +1689,7 @@ val increm: exp -> int -> exp
16891689
val var: varinfo -> lval
16901690

16911691
(** Make an AddrOf. Given an lvalue of type T will give back an expression of
1692-
type ptr(T). It optimizes somewhat expressions like "& v" and "& v[0]" *)
1692+
type ptr(T). It optimizes somewhat expressions like "& v" and "& v\[0\]". *)
16931693
val mkAddrOf: lval -> exp
16941694

16951695

0 commit comments

Comments
 (0)