ExceptionDemo.cpp: Tweak a @param. [-Wdocumentation]
[oota-llvm.git] / examples / ExceptionDemo / ExceptionDemo.cpp
index 7d8e5729c231fea38054114a91ad21e236f9d0ad..61b175091b7fb140f30d8313e56143eb6e46bf7d 100644 (file)
@@ -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,