From 4f48d306f461e396068fd3fbe8c30ed64e33f47a Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Thu, 9 Oct 2008 13:45:25 +0000 Subject: [PATCH] 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 --- interface/wx/scopeguard.h | 5 +++++ 1 file changed, 5 insertions(+) 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 { -- 2.45.2