Skip to content

Commit b3ca1bd

Browse files
committed
add cross ref
1 parent c5e52b8 commit b3ca1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/faqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ rn = @reaction_network begin
340340
end
341341
```
342342

343-
It is possible to turn off all inference (requiring all symbols to be declared using `@parameters`, `@species`, and `@variables`) through the `@require_declaration` option.
343+
It is possible to turn off all inference (requiring all symbols to be declared using `@parameters`, `@species`, and `@variables`) through the [`@require_declaration` option](@ref faq_require_declaration).
344344

345345
## [How can I turn off automatic inferring of species and parameters when using the DSL?](@id faq_require_declaration)
346346
This option can be set using the `@require_declaration` option inside `@reaction_network`. In this case all the species, parameters, and variables in the system must be pre-declared using one of the `@species`, `@parameters`, or `@variables` macros. For more information about what is inferred automatically and not, please see the section on [`@require_declaration`](@ref dsl_advanced_options_require_dec).

0 commit comments

Comments
 (0)