]> vaikene.ee Git - evaf/commitdiff
Fixed mistake in the documentation.
authorEnar Väikene <enar.vaikene@mt.com>
Mon, 16 May 2011 08:37:49 +0000 (11:37 +0300)
committerEnar Väikene <enar.vaikene@mt.com>
Mon, 16 May 2011 08:37:49 +0000 (11:37 +0300)
src/libs/Common/ieventqueue.h

index bf60a674bd2f2fb6bbbaa3e049d2faf6e895d499..f3134cc3a66bdbfe087a9ef4caaff72db047df23 100644 (file)
@@ -90,7 +90,7 @@ public:
      * Subscribes to an event
      * @param id The ID of the event (can be zero)
      * @param obj The subscriber object
-     * @param return The ID of the event; or zero if failed to subscribe
+     * @return The ID of the event; or zero if failed to subscribe
      *
      * This function subscribes to an event identified by the ID value. Every object that wants to
      * receive specific events, needs to subscribe to them.