Changeset 56196

Show
Ignore:
Timestamp:
10/09/08 06:45:25 (6 weeks ago)
Author:
FM
Message:

use standard tags @class@lib,@category for wxScopeGuard, too (to keep the documentation style uniform)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wxWidgets/trunk/interface/wx/scopeguard.h

    r56194 r56196  
    88 
    99/** 
     10    @class wxScopeGuard 
     11 
    1012    Scope guard is an object which allows executing an action on scope exit. 
    1113 
    1214    The objects of this class must be constructed using wxMakeGuard() function. 
     15 
     16    @nolibrary 
     17    @category{misc} 
    1318 */ 
    1419class wxScopeGuard