]> git.saurik.com Git - wxWidgets.git/commitdiff
use standard tags @class,,@lib,@category for wxScopeGuard, too (to keep the documenta...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Thu, 9 Oct 2008 13:45:25 +0000 (13:45 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Thu, 9 Oct 2008 13:45:25 +0000 (13:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/scopeguard.h

index c0a14ec1374194c1041d1cce4435f92226b2d07c..55ea677e2290e813b4fbba0c439f56b650b38097 100644 (file)
@@ -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.
     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
 {
  */
 class wxScopeGuard
 {