[ms-inline asm] Add a few typedefs to simplify future changes.
[oota-llvm.git] / include / llvm / MC / MCCodeEmitter.h
index 4f7d1030600c25a489506a78bce4a505de1c166e..05748909029303657c2a3cd69a4e8feed6cab274 100644 (file)
@@ -29,8 +29,8 @@ protected: // Can only create subclasses.
 public:
   virtual ~MCCodeEmitter();
 
-  /// EncodeInstruction - Encode the given \arg Inst to bytes on the output
-  /// stream \arg OS.
+  /// EncodeInstruction - Encode the given \p Inst to bytes on the output
+  /// stream \p OS.
   virtual void EncodeInstruction(const MCInst &Inst, raw_ostream &OS,
                                  SmallVectorImpl<MCFixup> &Fixups) const = 0;
 };