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

Unified Diff: src/IceInst.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/IceInst.h
diff --git a/src/IceInst.h b/src/IceInst.h
index a04584e2a6f5862bc2adc1842c28884a1a5160e4..3b18cd00cda8fcf7363e2a76531bf7fe7d5eda39 100644
--- a/src/IceInst.h
+++ b/src/IceInst.h
@@ -8,9 +8,10 @@
//===----------------------------------------------------------------------===//
///
/// \file
-/// This file declares the Inst class and its target-independent
-/// subclasses, which represent the high-level Vanilla ICE instructions
-/// and map roughly 1:1 to LLVM instructions.
+/// \brief Declares the Inst class and its target-independent subclasses.
+///
+/// These represent the high-level Vanilla ICE instructions and map roughly 1:1 to
Jim Stichnoth 2015/12/01 18:41:16 80-col
rkotlerimgtec 2015/12/02 01:32:48 Done.
+/// LLVM instructions.
///
//===----------------------------------------------------------------------===//

Powered by Google App Engine
This is Rietveld 408576698