replace @b Note with @note; replace '' with "

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-04-01 13:59:28 +00:00
parent 0ce6d6c89a
commit cdbcf4c286
28 changed files with 45 additions and 45 deletions

View File

@@ -21,7 +21,7 @@
deleted when the smart pointer goes out of scope. This class is different from
the @c std::auto_ptr in so far as it doesn't provide copy constructor
nor assignment operator. This limits what you can do with it but is much less
surprizing than the "destructive copy'' behaviour of the standard class.
surprizing than the "destructive copy" behaviour of the standard class.
@library{wxbase}
@category{FIXME}
@@ -139,7 +139,7 @@ public:
@wxheader{ptr_scpd.h}
This is a variation on the topic of wxScopedPtr. This
class is also a smart pointer but in addition it "ties'' the pointer value to
class is also a smart pointer but in addition it "ties" the pointer value to
another variable. In other words, during the life time of this class the value
of that variable is set to be the same as the value of the pointer itself and
it is reset to its old value when the object is destroyed. This class is