Skip to content

Commit 5be7ef6

Browse files
removed num_downloads badge, added new doc-strings to manual (#227)
(api for badge currently down since 01-2024, screws up link-checking of documenter, markdown comment is not possible with documenter -> deletion) Co-authored-by: ThummeTo <83663542+ThummeTo@users.noreply.github.com>
1 parent 4fd9d39 commit 5be7ef6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/src/fmi2_lowlevel_library_functions.md

+3
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,7 @@ fmi2GetUnit
123123
fmi2GetDeclaredType
124124
fmi2GetInitial
125125
fmi2GetSimpleTypeAttributeStruct
126+
fmi2GetDiscreteStates
127+
fmi2GetDiscreteStates!
128+
fmi2SetDiscreteStates
126129
```

docs/src/fmi_lowlevel_library_types.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
```@docs
44
FMU
5+
FMUInstance
56
FMUSolution
67
FMUEvent
8+
FMUSnapshot
79
FMUExecutionConfiguration
810
FMULogLevel
911
```

0 commit comments

Comments
 (0)