master/ethernet.h
changeset 199 04ecf40fc2e9
parent 197 b9a6e2c22745
child 203 c1f305e339c6
--- a/master/ethernet.h	Fri Apr 21 13:05:01 2006 +0000
+++ b/master/ethernet.h	Mon Apr 24 10:10:02 2006 +0000
@@ -1,9 +1,5 @@
 /******************************************************************************
  *
- *  e t h e r n e t . h
- *
- *  Ethernet-over-EtherCAT (EoE)
- *
  *  $Id$
  *
  *  Copyright (C) 2006  Florian Pose, Ingenieurgemeinschaft IgH
@@ -25,6 +21,13 @@
  *
  *****************************************************************************/
 
+/**
+   \file
+   Ethernet-over-EtherCAT (EoE)
+*/
+
+/*****************************************************************************/
+
 #include <linux/list.h>
 
 #include "../include/ecrt.h"
@@ -35,14 +38,6 @@
 /*****************************************************************************/
 
 /**
-   \defgroup EoE EtherCAT-over-Ethernet (EoE)
-   Data types and functions for Ethernet-over-EtherCAT.
-   \{
-*/
-
-/*****************************************************************************/
-
-/**
    State of an EoE object.
 */
 
@@ -70,8 +65,6 @@
 }
 ec_eoe_t;
 
-/** \} */
-
 /*****************************************************************************/
 
 void ec_eoe_init(ec_eoe_t *, ec_slave_t *);