Skip to content
Snippets Groups Projects
Commit 7b9750ed authored by Reimar Döffinger's avatar Reimar Döffinger
Browse files

Fix doxy-style for comment ("///>" should be "///<" instead).

parent 9b7a0c5d
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,7 @@ typedef struct {
///@}
///@defgroup arrays aligned arrays
DECLARE_ALIGNED(16, int, fixed_coeffs)[AC3_MAX_CHANNELS][AC3_MAX_COEFS]; ///> fixed-point transform coefficients
DECLARE_ALIGNED(16, int, fixed_coeffs)[AC3_MAX_CHANNELS][AC3_MAX_COEFS]; ///< fixed-point transform coefficients
DECLARE_ALIGNED(16, float, transform_coeffs)[AC3_MAX_CHANNELS][AC3_MAX_COEFS]; ///< transform coefficients
DECLARE_ALIGNED(16, float, delay)[AC3_MAX_CHANNELS][AC3_BLOCK_SIZE]; ///< delay - added to the next block
DECLARE_ALIGNED(16, float, window)[AC3_BLOCK_SIZE]; ///< window coefficients
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment