Skip to content

Commit

Permalink
Update module docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoEAF committed Nov 7, 2020
1 parent 7fe68fb commit cae0cc0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion swig/pointer_manipulation.i
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@
/**
* This SWIG interface extension provides support to
* the pointer manipulation methods present in the standard
* SWIG wrappers, but with support for int64 pointers.
* SWIG wrappers, but with support for larger arrays.
*
* SWIG provides this in https://github.com/swig/swig/blob/master/Lib/carrays.i
* but the standard methods only provide arrays with up to
* max(int32_t) elements.
*
* The `long_array_functions` wrappers extend this
* to arrays of size max(int64_t) instead of max(int32_t).
*/

%pointer_functions(int, intp)
Expand Down

0 comments on commit cae0cc0

Please sign in to comment.