Skip to content
Snippets Groups Projects
Commit e57aaa3f authored by Basile Desloges's avatar Basile Desloges
Browse files

[doc] Fix module path to mkCompInfo and copyCompInfo in doc comment

parent 23277405
No related branches found
No related tags found
No related merge requests found
...@@ -360,9 +360,9 @@ and compinfo = { ...@@ -360,9 +360,9 @@ and compinfo = {
of a comp (along with the struct or union) *) of a comp (along with the struct or union) *)
mutable ckey: int; mutable ckey: int;
(** A unique integer. This is assigned by {!Cil.mkCompInfo} using a global (** A unique integer. This is assigned by {!Cil_const.mkCompInfo} using a global
variable in the Cil module. Thus two identical structs in two different variable in the Cil module. Thus two identical structs in two different
files might have different keys. Use {!Cil.copyCompInfo} to copy files might have different keys. Use {!Cil_const.copyCompInfo} to copy
structures so that a new key is assigned. *) structures so that a new key is assigned. *)
mutable cfields: fieldinfo list; mutable cfields: fieldinfo list;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment