Skip to content

Commit cdf44f3

Browse files
committed
Minor doc fix
1 parent 6565da6 commit cdf44f3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/contents/dev_signature.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,7 @@ Simulator parameters, variables and attributes are declared in the "simulator" p
130130
### Simulator parameters {#dev_signature_data_simparams}
131131

132132
Simulator parameters are values provided to each simulator,
133-
and are declared using the @if DocIsLaTeX **DECLARE_REQUIRED_PARAMETER** or **DECLARE_USED_PARAMETER**
134-
@else DECLARE_REQUIRED_PARAMETER or DECLARE_USED_PARAMETER @endif
135-
instructions.
133+
and are declared in three blocks: "required", "used" or "produced".
136134
These instructions takes 3 arguments
137135

138136
* the name of the parameter

0 commit comments

Comments
 (0)