diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-07-29 11:03:50 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-07-29 11:03:50 +0000 |
commit | c16babf6939f9db05a8a81c4d530a2fd605b4236 (patch) | |
tree | 5b22368f4de7f2b44d3beae195f3a8c5ca8ae940 /examples | |
parent | 9e036910f87570bce83a5bb3457b689a05868846 (diff) | |
download | external_llvm-c16babf6939f9db05a8a81c4d530a2fd605b4236.zip external_llvm-c16babf6939f9db05a8a81c4d530a2fd605b4236.tar.gz external_llvm-c16babf6939f9db05a8a81c4d530a2fd605b4236.tar.bz2 |
ExceptionDemo.cpp: Tweak a @param. [-Wdocumentation]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187351 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples')
-rw-r--r-- | examples/ExceptionDemo/ExceptionDemo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ExceptionDemo/ExceptionDemo.cpp b/examples/ExceptionDemo/ExceptionDemo.cpp index 7d8e572..61b1750 100644 --- a/examples/ExceptionDemo/ExceptionDemo.cpp +++ b/examples/ExceptionDemo/ExceptionDemo.cpp @@ -339,7 +339,7 @@ void deleteOurException(OurUnwindException *expToDelete) { /// This function is the struct _Unwind_Exception API mandated delete function /// used by foreign exception handlers when deleting our exception /// (OurException), instances. -/// @param reason @link http://mentorembedded.github.com/cxx-abi/abi-eh.html +/// @param reason See @link http://mentorembedded.github.com/cxx-abi/abi-eh.html /// @unlink /// @param expToDelete exception instance to delete void deleteFromUnwindOurException(_Unwind_Reason_Code reason, |