diff -r 156f692b1687 -r b99b84bcd2d1 contentstorage/cahandler/tapp/src/catapphandler.cpp --- a/contentstorage/cahandler/tapp/src/catapphandler.cpp Fri Jun 11 13:58:37 2010 +0300 +++ b/contentstorage/cahandler/tapp/src/catapphandler.cpp Wed Jun 23 18:33:40 2010 +0300 @@ -58,7 +58,7 @@ Uses XQApplicationManager \param entry Subject of the \a command. \param command Description of the command. - \return Error code described in QSERVICEMANAGER.H + \retval Error code described in QSERVICEMANAGER.H */ int CaTappHandler::execute(const CaEntry& entry, const QString& command) { @@ -78,7 +78,7 @@ } } } else { - // TODO: error code cleanning and appropriate conversion (in other classes too). + // TODO: error code cleanning and an appropriate conversion (in other classes too). static const int NotSupportedErrorCode = 100; error = NotSupportedErrorCode; }