Skip to content

Commit

Permalink
Use ocamldoc references in ArrayDomain.Str
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Nov 29, 2023
1 parent 309f000 commit 44705f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cdomains/arrayDomain.mli
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ sig
* [s2] if present *)

val substring_extraction: t -> t -> substr
(** [substring_extraction haystack needle] returns [IsNotSubstr] if the string represented by
* the abstract value [needle] surely isn't a substring of [haystack], [IsSubstrAtIndex0] if
* [needle] is the empty string, else [Unknown] *)
(** [substring_extraction haystack needle] returns {!IsNotSubstr} if the string represented by
* the abstract value [needle] surely isn't a substring of [haystack], {!IsSubstrAtIndex0} if
* [needle] is the empty string, else {!IsMaybeSubstr} *)

val string_comparison: t -> t -> int option -> idx
(** [string_comparison s1 s2 n] returns a negative / positive idx element if the string
Expand Down

0 comments on commit 44705f4

Please sign in to comment.