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

Unified Diff: src/IceOperand.h

Issue 1488913002: fix doxygen brief in subzero header files (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 years, 1 month 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/IceOperand.h
diff --git a/src/IceOperand.h b/src/IceOperand.h
index 0cde5b2d6b27835cdc5b1339c58ac4806cf22a5f..7398f73a754670a1a2d0cacd536996dd906e58d5 100644
--- a/src/IceOperand.h
+++ b/src/IceOperand.h
@@ -8,7 +8,8 @@
//===----------------------------------------------------------------------===//
///
/// \file
-/// This file declares the Operand class and its target-independent subclasses.
+/// \brief Declares the Operand class and its target-independent subclasses.
+///
/// The main classes are Variable, which represents an LLVM variable that is
/// either register- or stack-allocated, and the Constant hierarchy, which
/// represents integer, floating-point, and/or symbolic constants.

Powered by Google App Engine
This is Rietveld 408576698