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

Unified Diff: src/IceGlobalInits.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/IceGlobalContext.cpp ('k') | src/IceGlobalInits.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceGlobalInits.h
diff --git a/src/IceGlobalInits.h b/src/IceGlobalInits.h
index 82e5cde7131d7d02db78db5be63234a5121920fa..3a19f47f6048742622393d43f852f30547e447ec 100644
--- a/src/IceGlobalInits.h
+++ b/src/IceGlobalInits.h
@@ -8,10 +8,11 @@
//===----------------------------------------------------------------------===//
///
/// \file
-/// This file declares the representation of function declarations, global
-/// variable declarations, and the corresponding variable initializers in
-/// Subzero. Global variable initializers are represented as a sequence of
-/// simple initializers.
+/// \brief Declares the representation of function declarations, global variable
+/// declarations, and the corresponding variable initializers in Subzero.
+///
+/// Global variable initializers are represented as a sequence of simple
+/// initializers.
///
//===----------------------------------------------------------------------===//
« no previous file with comments | « src/IceGlobalContext.cpp ('k') | src/IceGlobalInits.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698