netcomm: documentation fixes
authorTim Niemueller <niemueller@kbsg.rwth-aachen.de>
Wed, 2 Jun 2010 12:58:31 +0000 (14:58 +0200)
committerTim Niemueller <niemueller@kbsg.rwth-aachen.de>
Wed, 2 Jun 2010 12:58:31 +0000 (14:58 +0200)
src/libs/netcomm/worldinfo/transceiver.h

index e8dcb71..32f8a99 100644 (file)
@@ -52,8 +52,10 @@ class WorldInfoException : public Exception
 class WorldInfoTransceiver
 {
  public:
+  /** Socket type */
   enum SocketType {
-    MULTICAST, BROADCAST
+    MULTICAST, /**< Use multicast socket for communication */
+    BROADCAST  /**< Use broadcase socket for communication */
   };
 
   WorldInfoTransceiver(SocketType socket_type,