summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/abstractplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/phonon/mmf/abstractplayer.h')
-rw-r--r--src/3rdparty/phonon/mmf/abstractplayer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/3rdparty/phonon/mmf/abstractplayer.h b/src/3rdparty/phonon/mmf/abstractplayer.h
index 9af1362..cd15baf 100644
--- a/src/3rdparty/phonon/mmf/abstractplayer.h
+++ b/src/3rdparty/phonon/mmf/abstractplayer.h
@@ -96,7 +96,9 @@ public:
*
* Appends a human-readable version of symbianErrorCode to the error message,
* e.g.
- * setError(NormalError, "Opening file failed", KErrPermissionDenied)
+ * @code
+ * setError("Opening file failed", KErrPermissionDenied)
+ * @endcode
* results in the following error message:
* "Opening file failed: permission denied"
*/