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

Unified Diff: src/IceAssembler.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 | « no previous file | src/IceAssembler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceAssembler.h
diff --git a/src/IceAssembler.h b/src/IceAssembler.h
index 599a0a0d4bb1db807de022a30e0d7571052891b9..d80e3d26e9b4f4f1b8d2a09e06e4539efb7993b7 100644
--- a/src/IceAssembler.h
+++ b/src/IceAssembler.h
@@ -15,9 +15,11 @@
//===----------------------------------------------------------------------===//
///
/// \file
-/// This file declares the Assembler base class. Instructions are assembled by
-/// architecture-specific assemblers that derive from this base class. This base
-/// class manages buffers and fixups for emitting code, etc.
+/// \brief Declares the Assembler base class.
+///
+/// Instructions are assembled by architecture-specific assemblers that derive
+/// from this base class. This base class manages buffers and fixups for
+/// emitting code, etc.
///
//===----------------------------------------------------------------------===//
« no previous file with comments | « no previous file | src/IceAssembler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698