doxygen warning fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -275,8 +275,8 @@ public:
|
||||
wxScopedTiedPtr(T** ppTie, T* ptr);
|
||||
|
||||
/**
|
||||
Destructor frees the pointer help by this object and restores the value stored
|
||||
at the tied location (as specified in the @ref ctor() constructor)
|
||||
Destructor frees the pointer help by this object and restores the value
|
||||
stored at the tied location (as specified in the @ref wxScopedTiedPtr() constructor)
|
||||
to the old value.
|
||||
|
||||
@warning
|
||||
@@ -290,8 +290,8 @@ public:
|
||||
|
||||
/**
|
||||
|
||||
A scoped pointer template class. It is the template version of
|
||||
the old-style @ref classwx_scoped_ptr "scoped pointer macros".
|
||||
A scoped pointer template class.
|
||||
It is the template version of the old-style @ref wxScopedPtr "scoped pointer macros".
|
||||
|
||||
@library{wxbase}
|
||||
@category{smartpointers}
|
||||
|
Reference in New Issue
Block a user