Skip to content

Commit

Permalink
Added @returned_quantities to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
torfjelde committed Oct 23, 2024
1 parent 5c746c4 commit 0b081b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ These statements are rewritten by `@model` as calls of [internal functions](@ref
@model
```

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).

```@docs
@submodel
@returned_quantities
```

### Type
Expand Down

0 comments on commit 0b081b7

Please sign in to comment.