diff --git a/swig/pointer_manipulation.i b/swig/pointer_manipulation.i index 81e3ee40be22..d7e7b31e3dc5 100644 --- a/swig/pointer_manipulation.i +++ b/swig/pointer_manipulation.i @@ -2,7 +2,7 @@ * Copyright (c) 2018 Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See LICENSE file in the project root for license information. */ -/** +/*! * This SWIG interface extension provides support to * the pointer manipulation methods present in the standard * SWIG wrappers, but with support for larger arrays. @@ -111,4 +111,4 @@ void NAME##_setitem(TYPE *ary, int64_t index, TYPE value); %pointer_dereference(void*, voidpp) /* Allow retrieving handle to void** */ -%pointer_handle(void*, voidpp) \ No newline at end of file +%pointer_handle(void*, voidpp)