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

Unified Diff: src/IceAPInt.h

Issue 1216963007: Doxygenize the documentation comments (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Rebase to master Created 5 years, 5 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
« no previous file with comments | « Doxyfile ('k') | src/IceAssembler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceAPInt.h
diff --git a/src/IceAPInt.h b/src/IceAPInt.h
index 01ce280991be1410e48dde299671b9bd44d67fb7..9ef0702186fe6d64ebe437bd5b011b1be5e7d7a2 100644
--- a/src/IceAPInt.h
+++ b/src/IceAPInt.h
@@ -47,8 +47,8 @@ public:
uint64_t getRawData() const { return Val; }
private:
- uint32_t BitWidth; // The number of bits in this APInt.
- uint64_t Val; // The (64-bit) equivalent integer value.
+ uint32_t BitWidth; /// The number of bits in this APInt.
+ uint64_t Val; /// The (64-bit) equivalent integer value.
/// Clear unused high order bits.
void clearUnusedBits() {
« no previous file with comments | « Doxyfile ('k') | src/IceAssembler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698