From 0b081b7dfecdcccd4c6eacd82cd868c588bb9b88 Mon Sep 17 00:00:00 2001 From: Tor Erlend Fjelde Date: Wed, 23 Oct 2024 10:10:29 -0600 Subject: [PATCH] Added `@returned_quantities` to the docs --- docs/src/api.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/api.md b/docs/src/api.md index 638f6f3ee..1c7811c00 100644 --- a/docs/src/api.md +++ b/docs/src/api.md @@ -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