Skip to content

Commit

Permalink
Chore: Mark __crystal_personality as nodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
BlobCodes committed Nov 23, 2024
1 parent fe90f27 commit 5d36a9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/raise.cr
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ end
end
{% else %}
{% mingw = flag?(:win32) && flag?(:gnu) %}
# :nodoc:
fun {{ mingw ? "__crystal_personality_imp".id : "__crystal_personality".id }}(
version : Int32, actions : LibUnwind::Action, exception_class : UInt64, exception_object : LibUnwind::Exception*, context : Void*,
) : LibUnwind::ReasonCode
Expand Down

0 comments on commit 5d36a9a

Please sign in to comment.