Fix Doxygen issues:
[oota-llvm.git] / lib / Target / Mangler.cpp
index 05f6fa64b97763540827dd4ff3c769ab03729fba..7fe0d0eb225a94e2e84ea5f4a04269e71523df8b 100644 (file)
@@ -44,7 +44,7 @@ static void MangleLetter(SmallVectorImpl<char> &OutName, unsigned char C) {
   OutName.push_back('_');
 }
 
-/// NameNeedsEscaping - Return true if the identifier \arg Str needs quotes
+/// NameNeedsEscaping - Return true if the identifier \p Str needs quotes
 /// for this assembler.
 static bool NameNeedsEscaping(StringRef Str, const MCAsmInfo &MAI) {
   assert(!Str.empty() && "Cannot create an empty MCSymbol");