File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ class sum_op {
168
168
169
169
// / @brief Constructs a new sum operator instance from product operator
170
170
// / arguments.
171
- // / @tparam Args Variadic template parameters representing
171
+ // / @tparam ` Args` Variadic template parameters representing
172
172
// / product_op<HandlerTy> types.
173
173
// / @param args One or more product operator objects used in the summation
174
174
// / operation.
@@ -385,7 +385,7 @@ class sum_op {
385
385
// / @return A sum operator that represents the result of the multiplication.
386
386
sum_op<HandlerTy> operator *(const product_op<HandlerTy> &other) const ;
387
387
// / @brief Adds a product operation to the current sum operation.
388
- // / @param other A const reference to the product operation to be added.
388
+ // / @param other A ` const` reference to the product operation to be added.
389
389
// / @return A new sum operation that encapsulates the result of the addition.
390
390
sum_op<HandlerTy> operator +(const product_op<HandlerTy> &other) const &;
391
391
// / @brief Constructs a sum operation by adding a product operation to the
You can’t perform that action at this time.
0 commit comments