[NFC] Fix early line-break in doxygen comment

This commit is contained in:
Fraser Cormack 2021-07-23 07:15:27 +01:00
parent f26ac73fa9
commit e8f9540362
1 changed files with 2 additions and 3 deletions

View File

@ -347,9 +347,8 @@ enum NodeType {
USHLSAT,
/// RESULT = [US]MULFIX(LHS, RHS, SCALE) - Perform fixed point multiplication
/// on
/// 2 integers with the same width and scale. SCALE represents the scale of
/// both operands as fixed point numbers. This SCALE parameter must be a
/// on 2 integers with the same width and scale. SCALE represents the scale
/// of both operands as fixed point numbers. This SCALE parameter must be a
/// constant integer. A scale of zero is effectively performing
/// multiplication on 2 integers.
SMULFIX,