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
e3dee0ab
Commit
e3dee0ab
authored
2 years ago
by
Virgile Prevosto
Browse files
Options
Downloads
Patches
Plain Diff
Add missing `@since` tag in new function's odoc
parent
b4c9716e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/kernel_services/analysis/interpreted_automata.mli
+3
-1
3 additions, 1 deletion
src/kernel_services/analysis/interpreted_automata.mli
with
3 additions
and
1 deletion
src/kernel_services/analysis/interpreted_automata.mli
+
3
−
1
View file @
e3dee0ab
...
...
@@ -348,7 +348,9 @@ sig
val
iter_stmt
:
(
Cil_types
.
stmt
->
state
->
unit
)
->
result
->
unit
(** Same as [iter_stmt] but guarantee that the iteration will always
be in the same increasing order of statements sid *)
be in the same increasing order of statements sid.
@since Frama-C+dev *)
val
iter_stmt_asc
:
(
Cil_types
.
stmt
->
state
->
unit
)
->
result
->
unit
(** Output result to the given channel. Must be supplied with a pretty
...
...
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