Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(620)

Unified Diff: src/IceConditionCodesX8632.h

Issue 1216963007: Doxygenize the documentation comments (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/IceConditionCodesX8632.h
diff --git a/src/IceConditionCodesX8632.h b/src/IceConditionCodesX8632.h
index 77dd4c753c06e6c8dc49573e490beacba6811cb5..a8d46cfe80623f5300ae1d5ddb1a8d0c39b72239 100644
--- a/src/IceConditionCodesX8632.h
+++ b/src/IceConditionCodesX8632.h
@@ -25,8 +25,8 @@ class CondX86 {
CondX86 &operator=(const CondX86 &) = delete;
public:
- // An enum of condition codes used for branches and cmov. The enum value
- // should match the value used to encode operands in binary instructions.
+ /// An enum of condition codes used for branches and cmov. The enum value
+ /// should match the value used to encode operands in binary instructions.
enum BrCond {
#define X(tag, encode, opp, dump, emit) tag encode,
ICEINSTX8632BR_TABLE
@@ -34,9 +34,9 @@ public:
Br_None
};
- // An enum of condition codes relevant to the CMPPS instruction. The enum
- // value should match the value used to encode operands in binary
- // instructions.
+ /// An enum of condition codes relevant to the CMPPS instruction. The enum
+ /// value should match the value used to encode operands in binary
+ /// instructions.
enum CmppsCond {
#define X(tag, emit) tag,
ICEINSTX8632CMPPS_TABLE

Powered by Google App Engine
This is Rietveld 408576698