[llvm] r187351 - ExceptionDemo.cpp: Tweak a @param. [-Wdocumentation]

NAKAMURA Takumi geek4civic at gmail.com
Mon Jul 29 04:03:50 PDT 2013


Author: chapuni
Date: Mon Jul 29 06:03:50 2013
New Revision: 187351

URL: http://llvm.org/viewvc/llvm-project?rev=187351&view=rev
Log:
ExceptionDemo.cpp: Tweak a @param. [-Wdocumentation]

Modified:
    llvm/trunk/examples/ExceptionDemo/ExceptionDemo.cpp

Modified: llvm/trunk/examples/ExceptionDemo/ExceptionDemo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/ExceptionDemo/ExceptionDemo.cpp?rev=187351&r1=187350&r2=187351&view=diff
==============================================================================
--- llvm/trunk/examples/ExceptionDemo/ExceptionDemo.cpp (original)
+++ llvm/trunk/examples/ExceptionDemo/ExceptionDemo.cpp Mon Jul 29 06:03:50 2013
@@ -339,7 +339,7 @@ void deleteOurException(OurUnwindExcepti
 /// 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,





More information about the llvm-commits mailing list