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

Unified Diff: src/IceTargetLowering.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: Make changes suggested by stichnot. Created 5 years 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/IceTLS.h ('k') | src/IceTargetLowering.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceTargetLowering.h
diff --git a/src/IceTargetLowering.h b/src/IceTargetLowering.h
index dbfe669080cef8ddb94510ed6500069b98d1aeb4..045173bff73cc3f236e841a791833c80f484c9b7 100644
--- a/src/IceTargetLowering.h
+++ b/src/IceTargetLowering.h
@@ -8,13 +8,15 @@
//===----------------------------------------------------------------------===//
///
/// \file
-/// This file declares the TargetLowering, LoweringContext, and
-/// TargetDataLowering classes. TargetLowering is an abstract class used to
-/// drive the translation/lowering process. LoweringContext maintains a context
-/// for lowering each instruction, offering conveniences such as iterating over
-/// non-deleted instructions. TargetDataLowering is an abstract class used to
-/// drive the lowering/emission of global initializers, external global
-/// declarations, and internal constant pools.
+/// \brief Declares the TargetLowering, LoweringContext, and TargetDataLowering
+/// classes.
+///
+/// TargetLowering is an abstract class used to drive the translation/lowering
+/// process. LoweringContext maintains a context for lowering each instruction,
+/// offering conveniences such as iterating over non-deleted instructions.
+/// TargetDataLowering is an abstract class used to drive the lowering/emission
+/// of global initializers, external global declarations, and internal constant
+/// pools.
///
//===----------------------------------------------------------------------===//
« no previous file with comments | « src/IceTLS.h ('k') | src/IceTargetLowering.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698