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

Unified Diff: src/IceTypeConverter.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/IceTypeConverter.h
diff --git a/src/IceTypeConverter.h b/src/IceTypeConverter.h
index 18e3e00bcf2843c838ebc74c3f8f96e02f4ee0ce..1222b638d3e60d229c97df75d785704ac0ac081d 100644
--- a/src/IceTypeConverter.h
+++ b/src/IceTypeConverter.h
@@ -45,13 +45,13 @@ public:
}
private:
- // The mapping from LLVM types to corresopnding Ice types.
+ /// The mapping from LLVM types to corresopnding Ice types.
std::map<llvm::Type *, Type> LLVM2IceMap;
- // Add LLVM/ICE pair to internal tables.
+ /// Add LLVM/ICE pair to internal tables.
void addLLVMType(Type Ty, llvm::Type *LLVMTy);
- // Converts types not in LLVM2IceMap.
+ /// Converts types not in LLVM2IceMap.
Type convertToIceTypeOther(llvm::Type *LLVMTy) const;
};
« src/IceTranslator.h ('K') | « src/IceTranslator.h ('k') | src/IceTypes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698