mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-10 05:57:51 +00:00
Documentation fixes
Change-Id: I8359c402819ed475663385b3bd850f0ae209cdf4 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/18421 Reviewed-by: David Neto <dneto@google.com>
This commit is contained in:
committed by
dan sinclair
parent
0534957e78
commit
a085c7bbe2
@@ -50,7 +50,9 @@ class Operand {
|
||||
~Operand();
|
||||
|
||||
/// Copy assignment
|
||||
Operand& operator=(const Operand&) = default;
|
||||
/// @param b the operand to copy
|
||||
/// @returns a copy of this operand
|
||||
Operand& operator=(const Operand& b) = default;
|
||||
|
||||
/// Sets the float value
|
||||
/// @param val the value to set
|
||||
|
||||
Reference in New Issue
Block a user