- Fix documentation for smartp.hh
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@300 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
ab3b8e5686
commit
7de2c281bb
|
@ -26,10 +26,6 @@ namespace memory {
|
||||||
* keep track of when and if a stored object
|
* keep track of when and if a stored object
|
||||||
* should be destroyed.
|
* should be destroyed.
|
||||||
*
|
*
|
||||||
* Storing C++ built-in types in an object of
|
|
||||||
* this class doesn't make a lot of sense, since
|
|
||||||
* you can't dereference a smart_ptr<>.
|
|
||||||
*
|
|
||||||
* \param T The type of the object to store
|
* \param T The type of the object to store
|
||||||
* \param isArray a boolean value telling if we're
|
* \param isArray a boolean value telling if we're
|
||||||
* storing an array or a single object (the default)
|
* storing an array or a single object (the default)
|
||||||
|
@ -67,7 +63,7 @@ namespace memory {
|
||||||
|
|
||||||
/** \brief Access to stored object's members
|
/** \brief Access to stored object's members
|
||||||
*
|
*
|
||||||
* Use this operator to access to object
|
* Use this operator to access object
|
||||||
* methods and data. */
|
* methods and data. */
|
||||||
inline T* operator->();
|
inline T* operator->();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue