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

Unified Diff: src/IceCompiler.cpp

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/IceCompiler.cpp
diff --git a/src/IceCompiler.cpp b/src/IceCompiler.cpp
index fdd97563ab5473349dbde4093b9dd59866d26ee4..5e152f4816ed5ce094152a91d7f063b1fa2c4b9d 100644
--- a/src/IceCompiler.cpp
+++ b/src/IceCompiler.cpp
@@ -8,11 +8,12 @@
//===----------------------------------------------------------------------===//
///
/// \file
-/// This file defines a driver for translating PNaCl bitcode into native code.
-/// It can either directly parse the binary bitcode file, or use LLVM routines
-/// to parse a textual bitcode file into LLVM IR and then convert LLVM IR into
-/// ICE. In either case, the high-level ICE is then compiled down to native
-/// code, as either an ELF object file or a textual asm file.
+/// \brief Defines a driver for translating PNaCl bitcode into native code.
+///
+/// The driver can either directly parse the binary bitcode file, or use LLVM
+/// routines to parse a textual bitcode file into LLVM IR and then convert
Jim Stichnoth 2015/12/01 18:41:16 Reflow to 80-col. (Pretty sure LLVM can fit at th
rkotlerimgtec 2015/12/02 01:32:48 Done.
+/// LLVM IR into ICE. In either case, the high-level ICE is then compiled down
+/// to native code, as either an ELF object file or a textual asm file.
///
//===----------------------------------------------------------------------===//

Powered by Google App Engine
This is Rietveld 408576698