From: Francesco Montorsi Date: Thu, 9 Oct 2008 13:45:25 +0000 (+0000) Subject: use standard tags @class,,@lib,@category for wxScopeGuard, too (to keep the documenta... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4f48d306f461e396068fd3fbe8c30ed64e33f47a use standard tags @class,,@lib,@category for wxScopeGuard, too (to keep the documentation style uniform) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/scopeguard.h b/interface/wx/scopeguard.h index c0a14ec137..55ea677e22 100644 --- a/interface/wx/scopeguard.h +++ b/interface/wx/scopeguard.h @@ -7,9 +7,14 @@ ///////////////////////////////////////////////////////////////////////////// /** + @class wxScopeGuard + Scope guard is an object which allows executing an action on scope exit. The objects of this class must be constructed using wxMakeGuard() function. + + @nolibrary + @category{misc} */ class wxScopeGuard {