removed duplicated docs in android qsharedmemory and systemsemaphore
authorJeremy Katz <jeremy.katz@nokia.com>
Fri, 27 Jul 2012 12:10:20 +0000 (14:10 +0200)
committerQt by Nokia <qt-info@nokia.com>
Sat, 28 Jul 2012 02:30:38 +0000 (04:30 +0200)
commite2f40da2578278da766038a6e7e5780e350191f2
tree4bfc55fb34bcfda97abd4c9e45235779c9f02ae9
parent339dc331fddb0c1ff0b23c33e644aa05c92f31cc
removed duplicated docs in android qsharedmemory and systemsemaphore

Qdoc sees all source and header files, rather than the subset selected
by qmake. This leads to qdoc errors when the same functions are
documented in multiple implementations.

In the cases fixed here, all documentation was duplicated, so no
information was lost.

Change-Id: Id7f8e2e617862a3778d0b05b38d8811aad456ac5
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
src/corelib/kernel/qsharedmemory_android.cpp
src/corelib/kernel/qsystemsemaphore_android.cpp