aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/basewrapper.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2011-07-16 11:55:13 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:17:02 -0300
commitb6fa93c405059cdf43ada7b6fc935462871abd09 (patch)
treee7a6553a9a3bc2e3c8b2a1081839e94047c392ea /libshiboken/basewrapper.h
parent96bd943d57b1864d1f5e7359b100c67d01934619 (diff)
Replaced trailing space by a period in documentation comment.
Also removed other trailing space elsewhere and fixed some typos in the comments.
Diffstat (limited to 'libshiboken/basewrapper.h')
-rw-r--r--libshiboken/basewrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libshiboken/basewrapper.h b/libshiboken/basewrapper.h
index b7c3e3865..4bcd35e33 100644
--- a/libshiboken/basewrapper.h
+++ b/libshiboken/basewrapper.h
@@ -339,7 +339,7 @@ LIBSHIBOKEN_API void keepReference(SbkObject* self, const char* key, PyOb
/**
* Removes any reference previously added by keepReference function
* \param self the wrapper instance that keeps references to other objects.
- * \param key a key that identifies the C++ method signature and argument from where the referred Object came
+ * \param key a key that identifies the C++ method signature and argument from where the referred Object came.
* \param referredObject the object whose reference is used by the self object.
*/
LIBSHIBOKEN_API void removeReference(SbkObject* self, const char* key, PyObject* referredObject);