Multiple definition of function iter_stmt
ID0000474:
**This issue was created automatically from Mantis Issue 474. Further discussion may take place here.**
---
| **Id** | **Project** | **Category** | **View** | **Due Date** | **Updated** |
| --- | --- | --- | --- | --- | --- |
| ID0000474 | Frama-C | Documentation | public | 2010-05-10 | 2016-06-21 |
| | | | | | |
| --- | --- | --- | --- | --- | --- |
| **Reporter** | ploc | **Assigned To** | signoles | **Resolution** | fixed |
| **Priority** | normal | **Severity** | minor | **Reproducibility** | always |
| **Platform** | - | **OS** | - | **OS Version** | - |
| **Product Version** | Frama-C Boron-20100401 | **Target Version** | - | **Fixed in Version** | Frama-C Carbon-20101201-beta1 |
### Description :
Multiple definition of the function iter_stmt appear in the generated ocaml doc
val iter_stmt : (Project.Computation.t ->
Db_types.rooted_code_annotation Db_types.before_after -> unit) ->
Cil_types.stmt -> unit
Iterator on each bindings of the given statement.
Since Boron-20100401
and later
val iter_stmt : (Project.Computation.t ->
Db_types.rooted_code_annotation Db_types.before_after -> unit) ->
Cil_types.stmt -> unit
Iterator on each bindings associated to the given statement
Since Boron-20100401
issue