devices/ecdev.h
changeset 786 ad618c76e9bd
parent 670 f57de4585a5f
child 883 4963e22a267a
--- a/devices/ecdev.h	Fri Feb 01 21:34:35 2008 +0000
+++ b/devices/ecdev.h	Fri Feb 01 22:01:59 2008 +0000
@@ -31,19 +31,18 @@
  *
  *****************************************************************************/
 
-/**
-   \file
-   EtherCAT interface for EtherCAT device drivers.
-*/
-
-/**
-   \defgroup DeviceInterface EtherCAT device interface
-   Master interface for EtherCAT-capable network device drivers.
-   Through the EtherCAT device interface, EtherCAT-capable network device
-   drivers are able to connect their device(s) to the master, pass received
-   frames and notify the master about status changes. The master on his part,
-   can send his frames through connected devices.
-*/
+/** \file
+ *
+ * EtherCAT interface for EtherCAT device drivers.
+ *
+ * \defgroup DeviceInterface EtherCAT Device Interface
+ *
+ * Master interface for EtherCAT-capable network device drivers. Through the
+ * EtherCAT device interface, EtherCAT-capable network device drivers are able
+ * to connect their device(s) to the master, pass received frames and notify
+ * the master about status changes. The master on his part, can send his
+ * frames through connected devices.
+ */
 
 /*****************************************************************************/