Show
Ignore:
Timestamp:
10/09/08 09:42:52 (3 months ago)
Author:
FM
Message:

doxygen warning fix

Files:
1 modified

Legend:

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

    r54387 r56200  
    276276 
    277277    /** 
    278         Destructor frees the pointer help by this object and restores the value stored 
    279         at the tied location (as specified in the @ref ctor() constructor) 
     278        Destructor frees the pointer help by this object and restores the value 
     279        stored at the tied location (as specified in the @ref wxScopedTiedPtr() constructor) 
    280280        to the old value. 
    281281 
     
    291291/** 
    292292 
    293     A scoped pointer template class. It is the template version of 
    294     the old-style @ref classwx_scoped_ptr "scoped pointer macros". 
     293    A scoped pointer template class. 
     294    It is the template version of the old-style @ref wxScopedPtr "scoped pointer macros". 
    295295 
    296296    @library{wxbase}