Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
ee8882e6
Commit
ee8882e6
authored
2 years ago
by
Allan Blanchard
Browse files
Options
Downloads
Patches
Plain Diff
[kernel] fix some @raise
parent
ace57d12
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/kernel_services/cmdline_parameters/cmdline.mli
+1
-1
1 addition, 1 deletion
src/kernel_services/cmdline_parameters/cmdline.mli
src/libraries/project/state_builder.mli
+1
-1
1 addition, 1 deletion
src/libraries/project/state_builder.mli
with
2 additions
and
2 deletions
src/kernel_services/cmdline_parameters/cmdline.mli
+
1
−
1
View file @
ee8882e6
...
@@ -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. *)
...
...
This diff is collapsed.
Click to expand it.
src/libraries/project/state_builder.mli
+
1
−
1
View file @
ee8882e6
...
@@ -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.
@
R
aise Not_found if there is no such element.
@
r
aise 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment