diff -r 3d68bb0047a1 -r ec403cf308eb master/rtdm.c --- a/master/rtdm.c Tue Feb 12 15:30:34 2013 +0100 +++ b/master/rtdm.c Tue Feb 12 15:46:43 2013 +0100 @@ -45,8 +45,8 @@ /** Context structure for an open RTDM file handle. */ typedef struct { - rtdm_user_info_t *user_info; - ec_ioctl_context_t ioctl_ctx; + rtdm_user_info_t *user_info; /**< RTDM user info. */ + ec_ioctl_context_t ioctl_ctx; /**< Context structure. */ } ec_rtdm_context_t; /****************************************************************************/