C++/C#: Add missing QLDoc

This commit is contained in:
Dave Bartolomeo
2020-05-15 09:01:16 -04:00
parent bcddaf4c29
commit 89ec60c948
5 changed files with 10 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ private newtype TOperand =
* eventually use for this purpose.
*/
private class RegisterOperandBase extends TRegisterOperand {
/** Gets a textual representation of this element. */
abstract string toString();
}
@@ -45,6 +46,7 @@ private RegisterOperandBase registerOperand(
* will eventually use for this purpose.
*/
private class NonPhiMemoryOperandBase extends TNonPhiMemoryOperand {
/** Gets a textual representation of this element. */
abstract string toString();
}

View File

@@ -28,6 +28,7 @@ private newtype TOperand =
* eventually use for this purpose.
*/
private class RegisterOperandBase extends TRegisterOperand {
/** Gets a textual representation of this element. */
abstract string toString();
}
@@ -45,6 +46,7 @@ private RegisterOperandBase registerOperand(
* will eventually use for this purpose.
*/
private class NonPhiMemoryOperandBase extends TNonPhiMemoryOperand {
/** Gets a textual representation of this element. */
abstract string toString();
}

View File

@@ -28,6 +28,7 @@ private newtype TOperand =
* eventually use for this purpose.
*/
private class RegisterOperandBase extends TRegisterOperand {
/** Gets a textual representation of this element. */
abstract string toString();
}
@@ -45,6 +46,7 @@ private RegisterOperandBase registerOperand(
* will eventually use for this purpose.
*/
private class NonPhiMemoryOperandBase extends TNonPhiMemoryOperand {
/** Gets a textual representation of this element. */
abstract string toString();
}