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

Unified Diff: src/IceELFStreamer.h

Issue 1216963007: Doxygenize the documentation comments (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 years, 6 months 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/IceELFStreamer.h
diff --git a/src/IceELFStreamer.h b/src/IceELFStreamer.h
index 50e4dd72575bc31d3e6faca89a1b3d876b840fea..d497856d849a239f514b07569b406cc04b01d7b2 100644
--- a/src/IceELFStreamer.h
+++ b/src/IceELFStreamer.h
@@ -19,8 +19,8 @@
namespace Ice {
-// Low level writer that can that can handle ELFCLASS32/64.
-// Little endian only for now.
+/// Low level writer that can that can handle ELFCLASS32/64.
+/// Little endian only for now.
class ELFStreamer {
ELFStreamer() = delete;
ELFStreamer(const ELFStreamer &) = delete;

Powered by Google App Engine
This is Rietveld 408576698