diff -r f7dff1ed01ba -r 04ecf40fc2e9 master/device.h --- a/master/device.h Fri Apr 21 13:05:01 2006 +0000 +++ b/master/device.h Mon Apr 24 10:10:02 2006 +0000 @@ -1,9 +1,5 @@ /****************************************************************************** * - * d e v i c e . h - * - * EtherCAT device structure. - * * $Id$ * * Copyright (C) 2006 Florian Pose, Ingenieurgemeinschaft IgH @@ -25,6 +21,13 @@ * *****************************************************************************/ +/** + \file + EtherCAT device structure. +*/ + +/*****************************************************************************/ + #ifndef _EC_DEVICE_H_ #define _EC_DEVICE_H_ @@ -37,18 +40,7 @@ /*****************************************************************************/ /** - \defgroup Device EtherCAT device - Data types and functions for EtherCAT devices. - An EtherCAT device is the connection from an EtherCAT master to a network - interface card. - \{ -*/ - -/*****************************************************************************/ - -/** EtherCAT device. - An EtherCAT device is a network interface card, that is owned by an EtherCAT master to send and receive EtherCAT frames with. */ @@ -64,8 +56,6 @@ uint8_t link_state; /**< device link state */ }; -/** \} */ - /*****************************************************************************/ int ec_device_init(ec_device_t *, ec_master_t *, struct net_device *,