Index: kernel/generic/include/ipc/ipc.h
===================================================================
--- kernel/generic/include/ipc/ipc.h	(revision b14e35f21d106227a205a0ef257dff8643000ec4)
+++ kernel/generic/include/ipc/ipc.h	(revision 8440473178e7f4ea175a5f64b0436319e6fee652)
@@ -50,9 +50,8 @@
 #define IPC_CALL_ANSWERED       (1<<0) /**< This is answer to a call */
 #define IPC_CALL_STATIC_ALLOC   (1<<1) /**< This call will not be freed on error */
-#define IPC_CALL_DISCARD_ANSWER (1<<2) /**< Answer will not be passed to
-					* userspace, will be discarded */
-#define IPC_CALL_FORWARDED      (1<<3) /* Call was forwarded */
-#define IPC_CALL_CONN_ME_TO     (1<<4) /* Identify connect_me_to answer */
-#define IPC_CALL_NOTIF          (1<<5) /* Interrupt notification */
+#define IPC_CALL_DISCARD_ANSWER (1<<2) /**< Answer will not be passed to userspace, will be discarded */
+#define IPC_CALL_FORWARDED      (1<<3) /**< Call was forwarded */
+#define IPC_CALL_CONN_ME_TO     (1<<4) /**< Identify connect_me_to answer */
+#define IPC_CALL_NOTIF          (1<<5) /**< Interrupt notification */
 
 /* Flags of callid (the addresses are aligned at least to 4, 
