Skip to content
Snippets Groups Projects
Commit ee8882e6 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[kernel] fix some @raise

parent ace57d12
No related branches found
No related tags found
No related merge requests found
...@@ -309,7 +309,7 @@ val add_aliases: ...@@ -309,7 +309,7 @@ val add_aliases:
option name [orig]. option name [orig].
If [visible] is set to false, the aliases do not appear in help messages. If [visible] is set to false, the aliases do not appear in help messages.
If [deprecated] is set to true, the use of the aliases emits a warning. If [deprecated] is set to true, the use of the aliases emits a warning.
@Invalid_argument if an alias name is the empty string @raise Invalid_argument if an alias name is the empty string
@since Carbon-20110201 @since Carbon-20110201
@before 22.0-Titanium no [visible] and [deprecated] arguments. *) @before 22.0-Titanium no [visible] and [deprecated] arguments. *)
......
...@@ -236,7 +236,7 @@ module type Weak_hashtbl = sig ...@@ -236,7 +236,7 @@ module type Weak_hashtbl = sig
val find: data -> data val find: data -> data
(** [find x] returns an instance of [x] found in table. (** [find x] returns an instance of [x] found in table.
@Raise Not_found if there is no such element. @raise Not_found if there is no such element.
@since Boron-20100401 *) @since Boron-20100401 *)
val find_all: data -> data list val find_all: data -> data 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