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 | 1373b743bbd97882e2e2cc08f367ffa47bb15c46 (patch) | |
tree | 2e4a85275f6a06ebf0751a782b6fc2416a1b126c | |
parent | fb34989a82aec9762d16587c9b89973165a53e4a (diff) | |
download | bcm5719-llvm-1373b743bbd97882e2e2cc08f367ffa47bb15c46.tar.gz bcm5719-llvm-1373b743bbd97882e2e2cc08f367ffa47bb15c46.zip |
ExceptionDemo.cpp: Tweak a @param. [-Wdocumentation]
llvm-svn: 187351
-rw-r--r-- | llvm/examples/ExceptionDemo/ExceptionDemo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/examples/ExceptionDemo/ExceptionDemo.cpp b/llvm/examples/ExceptionDemo/ExceptionDemo.cpp index 7d8e5729c23..61b175091b7 100644 --- a/llvm/examples/ExceptionDemo/ExceptionDemo.cpp +++ b/llvm/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, |