@@ -38,20 +38,14 @@ * \param object The object to add to the autorelease pool */ + (void)addObject: (id)object; /// \cond internal -+ (void)releaseAll; ++ (void)_releaseAll; +- (void)_addObject: (id)object; /// \endcond -/** - * \brief Adds an object to the specific autorelease pool. - * - * \param obj The object to add to the autorelease pool - */ -- (void)addObject: (id)object; - /** * \brief Releases all objects in the autorelease pool. * * This does not free the memory allocated to store pointers to the objects in * the pool, so reusing the pool does not allocate any memory until the previous