summaryrefslogtreecommitdiffstats
path: root/src/libs/kdtools
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-01-29 17:15:17 +0100
committerKai Koehne <kai.koehne@theqtcompany.com>2015-01-30 09:36:56 +0000
commitc9250b7f22859921611be0597d08a4a4b6cf1f57 (patch)
tree54bd26062c01e782d6f7603e411293a7af1f2296 /src/libs/kdtools
parent29e06a32cb9b1bf6abd7831dbfb85da4b36de738 (diff)
Doc: add \value commands to generate docs properly
for UpdateOperation::Error enum Change-Id: Ib8b019bfe4aa8ab541dd37e8d96e06eb98d3e23b Reviewed-by: Niels Weber <niels.weber@theqtcompany.com> Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'src/libs/kdtools')
-rw-r--r--src/libs/kdtools/kdupdaterupdateoperation.cpp16
1 files changed, 10 insertions, 6 deletions
diff --git a/src/libs/kdtools/kdupdaterupdateoperation.cpp b/src/libs/kdtools/kdupdaterupdateoperation.cpp
index 50d396671..67b10bedb 100644
--- a/src/libs/kdtools/kdupdaterupdateoperation.cpp
+++ b/src/libs/kdtools/kdupdaterupdateoperation.cpp
@@ -58,12 +58,16 @@ using namespace KDUpdater;
/*!
\enum UpdateOperation::Error
- Error codes related to operation arguments and operation runtime failures.
-
- NoError No error occurred.
- InvalidArguments Number of arguments does not match or an invalid argument was set.
- UserDefinedError An error occurred during operation run. Use UpdateOperation::errorString()
- to get the human-readable description of the error that occurred.
+ This enum code specifies error codes related to operation arguments and
+ operation runtime failures.
+
+ \value NoError
+ No error occurred.
+ \value InvalidArguments
+ Number of arguments does not match or an invalid argument was set.
+ \value UserDefinedError
+ An error occurred during operation run. Use UpdateOperation::errorString()
+ to get the human-readable description of the error that occurred.
*/
/*