Are the effects of calling 'Destroy' disastrous?
On Sat, Feb 6, 2016 at 6:16 AM, Nick Wellnhofer <[email protected]> wrote: > Lucifers, > > Currently, the `Destroy` method is marked as public which makes it appear in > the C API documentation for each class. I'd like to change that because > `Destroy` should never be called directly. Having it documented might lead > users to think it must be called to free resources. > > We could either mark the method as non-public, or special-case it in the > documentation generator. What do you think? > > Nick
