Fix various doxygen warnings.
[oota-llvm.git] / include / llvm / System / Path.h
index 1be27b27be05cc366915d70074b60682ba0f8d89..d4af478c6aa0b13d99bc83e6432bdf981c83fb5c 100644 (file)
@@ -203,7 +203,7 @@ namespace sys {
       }
 
       /// Makes a copy of \p that to \p this.
-      /// @param \p that A StringRef denoting the path
+      /// @param that A StringRef denoting the path
       /// @returns \p this
       /// @brief Assignment Operator
       Path &operator=(StringRef that);