We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@returned_quantities
1 parent 5c746c4 commit 0b081b7Copy full SHA for 0b081b7
docs/src/api.md
@@ -14,10 +14,11 @@ These statements are rewritten by `@model` as calls of [internal functions](@ref
14
@model
15
```
16
17
-One can nest models and call another model inside the model function with [`@submodel`](@ref).
+One can nest models and call another model inside the model function with [`@submodel`](@ref) and [`@returned_quantities`](@ref).
18
19
```@docs
20
@submodel
21
+@returned_quantities
22
23
24
### Type
0 commit comments