master/rtdm.c
branchstable-1.5
changeset 2522 ec403cf308eb
parent 2433 3bdd7a747fae
child 2524 6d9865c37b6f
--- 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;
 
 /****************************************************************************/