1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

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

llvm-svn: 187351
This commit is contained in:
NAKAMURA Takumi 2013-07-29 11:03:50 +00:00
parent 9fe2707840
commit f0ebe1e004

View 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,