Mark deprecated method as such in documentation

This commit is contained in:
Dmitry Marakasov 2015-01-20 03:40:42 +03:00
parent ca859c83a7
commit d7b28aa79b

View File

@ -170,6 +170,8 @@ public:
///
/// \see http://wiki.libsdl.org/SDL_GetRendererInfo
///
/// \deprecated Use GetInfo(SDL_RendererInfo&) instead
///
////////////////////////////////////////////////////////////
SDL2PP_DEPRECATED void GetInfo(SDL_RendererInfo* info);