Skip to content

Commit

Permalink
docstring fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
0815Creeper authored Aug 23, 2024
1 parent 1cae997 commit 5d36705
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/FMI2/int.jl
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ end
export fmi2GetFMUstate

"""
fmi2FreeFMUstate!(c::FMU2Component, state::fmi2FMUstate)
fmi2FreeFMUstate(c::FMU2Component, state::fmi2FMUstate)
Free the memory for the allocated FMU state
Expand All @@ -944,8 +944,6 @@ Free the memory for the allocated FMU state
- FMISpec2.0.2[p.16]: 2.1.2 Platform Dependent Definitions (fmi2TypesPlatform.h)
- FMISpec2.0.2[p.16]: 2.1.3 Status Returned by Functions
- FMISpec2.0.2[p.25]: 2.1.8 Getting and Setting the Complete FMU State
See also [`fmi2FreeFMUstate!`](@ref).
"""
function fmi2FreeFMUstate(c::FMU2Component, state::fmi2FMUstate)
stateRef = Ref(state)
Expand Down

0 comments on commit 5d36705

Please sign in to comment.