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

Unified Diff: src/IceCompiler.cpp

Issue 1216963007: Doxygenize the documentation comments (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix typos, comment types, groupings and other identified issues. 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 | « src/IceCompiler.h ('k') | src/IceConditionCodesARM32.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceCompiler.cpp
diff --git a/src/IceCompiler.cpp b/src/IceCompiler.cpp
index 7764b71dfeca941054c7a6b7ba2f89ee2dd3bacf..e27d2a4d6668c6a8ed81fdd1b667ce0d43f9b50f 100644
--- a/src/IceCompiler.cpp
+++ b/src/IceCompiler.cpp
@@ -6,13 +6,14 @@
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
-//
-// 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.
-//
+///
+/// \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
jvoung (off chromium) 2015/07/06 20:07:43 reflow? (80 col)
ascull 2015/07/06 21:24:54 Done.
+/// 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.
+///
//===----------------------------------------------------------------------===//
#include "IceCompiler.h"
« no previous file with comments | « src/IceCompiler.h ('k') | src/IceConditionCodesARM32.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698