Commit ae533adbede18c39c09192234b64dc52db997354

  • avatar
  • swiesner <swiesner @283d02a7-25f6-0310…ecb5cbfe19da.>
  • Sat Aug 07 23:19:57 CEST 2010
Syntax fix in documentation comment

git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/utils/synaptiks@1160336 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
  
151151 /**
152152 * @brief Test, if this pointer is 0.
153153 *
154 * @return @c true, if the internal pointer is not 0, @false otherwise.
154 * @return @c true, if the internal pointer is not 0, @c false
155 * otherwise.
155156 */
156157 bool isNull() const {
157158 return !this->m_ptr;