Corrected doxygen issue.

pull/53/head v1.14.1
Christophe Favergeon 3 years ago
parent 3d5fb83720
commit 8ed2ef7a7e

@ -105,7 +105,6 @@
To do this manually without calling the init function, assign the follow subfields of the instance structure: To do this manually without calling the init function, assign the follow subfields of the instance structure:
numStages, pCoeffs, pState. Also set all of the values in pState to zero. numStages, pCoeffs, pState. Also set all of the values in pState to zero.
@par @par
Use of the initialization function is optional except for the vectorized versions (Helium and Neon). Use of the initialization function is optional except for the vectorized versions (Helium and Neon).
However, if the initialization function is used, then the instance structure cannot be placed into a const data section. However, if the initialization function is used, then the instance structure cannot be placed into a const data section.
To place an instance structure into a const data section, the instance structure must be manually initialized. To place an instance structure into a const data section, the instance structure must be manually initialized.

Loading…
Cancel
Save