diff options
| author | Dan Gohman <gohman@apple.com> | 2010-02-22 04:10:52 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-02-22 04:10:52 +0000 |
| commit | fb76fe09297ee292129e44d723127f2408602a3d (patch) | |
| tree | 9a0205cb7d71f204242890995749b4b11372d8ce /include/llvm/System | |
| parent | b4e8aabba764bcbaf4be1296ba9b7e437f98adb7 (diff) | |
Fix various doxygen warnings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96779 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/System')
| -rw-r--r-- | include/llvm/System/Path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/System/Path.h b/include/llvm/System/Path.h index 1be27b27be..d4af478c6a 100644 --- a/include/llvm/System/Path.h +++ b/include/llvm/System/Path.h @@ -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); |
