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 {