@@ -604,7 +604,7 @@ class type bcfiles_int =
604604
605605 (* * [get_varinfo name] returns the varinfo with name [name].
606606
607- @ raise BCH_failure if no varinfo exists with name [name].*)
607+ raise BCH_failure if no varinfo exists with name [name].*)
608608 method get_varinfo : ?prefix:bool -> string -> bvarinfo_t
609609
610610 (* * Returns all global varinfos (including functions) *)
@@ -622,7 +622,7 @@ class type bcfiles_int =
622622 (* * [get_typedef name] returns the (not necessarily fully expanded) type
623623 definition associated with [name].
624624
625- @ raise BCH_failure if no typedef exists with name [name].
625+ raise BCH_failure if no typedef exists with name [name].
626626 *)
627627 method get_typedef : string -> btype_t
628628
@@ -640,7 +640,7 @@ class type bcfiles_int =
640640 (* * [get_compinfo key] returns the compinfo structure associated with
641641 (CIL-assigned) key [key].
642642
643- @ raise BCH_failure if no compinfo definition or declaration exists
643+ raise BCH_failure if no compinfo definition or declaration exists
644644 with key [key].
645645 *)
646646 method get_compinfo : int -> bcompinfo_t
@@ -655,7 +655,7 @@ class type bcfiles_int =
655655
656656 (* * [get_enuminfo name] returns the enuminfo structure with name [name].
657657
658- @ raise BCH_failure if no enuminfo definition or declaration exists with
658+ raise BCH_failure if no enuminfo definition or declaration exists with
659659 name [name]
660660 *)
661661 method get_enuminfo : string -> benuminfo_t
0 commit comments