mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
ExceptionDemo.cpp: Tweak a @param. [-Wdocumentation]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187351 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9e036910f8
commit
c16babf693
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user