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
6b2f2e04
Commit
6b2f2e04
authored
2 years ago
by
Virgile Prevosto
Browse files
Options
Downloads
Patches
Plain Diff
[doc] fix ambiguous docstrings
parent
1e5c280c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/kernel_services/visitors/visitor_behavior.mli
+2
-0
2 additions, 0 deletions
src/kernel_services/visitors/visitor_behavior.mli
src/libraries/datatype/datatype.mli
+1
-0
1 addition, 0 deletions
src/libraries/datatype/datatype.mli
with
3 additions
and
0 deletions
src/kernel_services/visitors/visitor_behavior.mli
+
2
−
0
View file @
6b2f2e04
...
...
@@ -100,6 +100,7 @@ module type Get = sig
val
typeinfo
:
t
->
typeinfo
->
typeinfo
val
stmt
:
t
->
stmt
->
stmt
(** @plugin development guide *)
val
logic_info
:
t
->
logic_info
->
logic_info
val
logic_type_info
:
t
->
logic_type_info
->
logic_type_info
val
fieldinfo
:
t
->
fieldinfo
->
fieldinfo
...
...
@@ -107,6 +108,7 @@ module type Get = sig
val
logic_var
:
t
->
logic_var
->
logic_var
val
kernel_function
:
t
->
kernel_function
->
kernel_function
(** @plugin development guide *)
val
fundec
:
t
->
fundec
->
fundec
end
...
...
This diff is collapsed.
Click to expand it.
src/libraries/datatype/datatype.mli
+
1
−
0
View file @
6b2f2e04
...
...
@@ -291,6 +291,7 @@ module type S_with_collections = sig
include
S
module
Set
:
Set
with
type
elt
=
t
(** @plugin development guide *)
module
Map
:
Map
with
type
key
=
t
module
Hashtbl
:
Hashtbl
with
type
key
=
t
(** @plugin development guide *)
...
...
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