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

Unified Diff: src/IceAssemblerARM32.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/IceAssemblerARM32.h
diff --git a/src/IceAssemblerARM32.h b/src/IceAssemblerARM32.h
index 5762db79700cf9a6dc1a4c7da70e31a60e4c2348..7ad0ef4f6a14a823ebaeac79baee9623ff34213f 100644
--- a/src/IceAssemblerARM32.h
+++ b/src/IceAssemblerARM32.h
@@ -16,7 +16,7 @@
//===----------------------------------------------------------------------===//
///
/// \file
-/// This file implements the Assembler class for ARM32.
+/// \brief Implements the Assembler class for ARM32.
Jim Stichnoth 2015/12/01 18:41:15 The .cpp file also says "implements". In some oth
rkotlerimgtec 2015/12/02 01:32:47 Done.
///
/// Note: All references to ARM "section" documentation refers to the "ARM
/// Architecture Reference Manual, ARMv7-A and ARMv7-R edition". See:

Powered by Google App Engine
This is Rietveld 408576698