Skip to content

Commit 0b081b7

Browse files
committed
Added @returned_quantities to the docs
1 parent 5c746c4 commit 0b081b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/api.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ These statements are rewritten by `@model` as calls of [internal functions](@ref
1414
@model
1515
```
1616

17-
One can nest models and call another model inside the model function with [`@submodel`](@ref).
17+
One can nest models and call another model inside the model function with [`@submodel`](@ref) and [`@returned_quantities`](@ref).
1818

1919
```@docs
2020
@submodel
21+
@returned_quantities
2122
```
2223

2324
### Type

0 commit comments

Comments
 (0)