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

Unified Diff: src/IceLiveness.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/IceLiveness.h
diff --git a/src/IceLiveness.h b/src/IceLiveness.h
index 535ed022945f2fb449834d750a83dbb829a7e563..0fd38b5b2f3ae1c61f64849e318fc2375f570451 100644
--- a/src/IceLiveness.h
+++ b/src/IceLiveness.h
@@ -8,12 +8,13 @@
//===----------------------------------------------------------------------===//
///
/// \file
-/// This file declares the Liveness and LivenessNode classes, which are used for
-/// liveness analysis. The node-specific information tracked for each Variable
-/// includes whether it is live on entry, whether it is live on exit, the
-/// instruction number that starts its live range, and the instruction number
-/// that ends its live range. At the Cfg level, the actual live intervals are
-/// recorded.
+/// \brief Declares the Liveness and LivenessNode classes, which are
Jim Stichnoth 2015/12/01 18:41:16 Reflow to 80-col.
rkotlerimgtec 2015/12/02 01:32:48 Done.
+/// used for liveness analysis.
+///
+/// The node-specific information tracked for each Variable includes whether it
+/// is live on entry, whether it is live on exit, the instruction number that
+/// starts its live range, and the instruction number that ends its live range.
+/// At the Cfg level, the actual live intervals are recorded.
///
//===----------------------------------------------------------------------===//

Powered by Google App Engine
This is Rietveld 408576698