Fix up various doc issues.

Change-Id: I43a8b1b982c4af093bd0bb14573f2299ae28ae94
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
Peter Yard
2012-02-02 09:05:35 +10:00
committed by Qt by Nokia
parent d292f4a7d3
commit 4bbe267f30
11 changed files with 221 additions and 74 deletions

View File

@@ -77,7 +77,7 @@ provider, the service it provides and the control used to manipulate the
service. Since our MyPlayer object has instances of the service and its
control then it would be possible for these to be used by associated classes
that could do additional actions, perhaps with their own control since the
parameter to requestControl() is a c-type string, \i {const char *}, for the
parameter to requestControl() is a c-type string, \e {const char *}, for the
interface.