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
