master/command.h
changeset 199 04ecf40fc2e9
parent 197 b9a6e2c22745
child 208 b7797f8a813d
--- a/master/command.h	Fri Apr 21 13:05:01 2006 +0000
+++ b/master/command.h	Mon Apr 24 10:10:02 2006 +0000
@@ -1,9 +1,5 @@
 /******************************************************************************
  *
- *  c o m m a n d . h
- *
- *  EtherCAT command structure.
- *
  *  $Id$
  *
  *  Copyright (C) 2006  Florian Pose, Ingenieurgemeinschaft IgH
@@ -25,6 +21,13 @@
  *
  *****************************************************************************/
 
+/**
+   \file
+   EtherCAT command structure.
+*/
+
+/*****************************************************************************/
+
 #ifndef _EC_COMMAND_H_
 #define _EC_COMMAND_H_
 
@@ -35,16 +38,6 @@
 /*****************************************************************************/
 
 /**
-   \defgroup Command EtherCAT command
-   Data types and functions for EtherCAT commands.
-   An EtherCAT command is sent and received using the ec_command_t data type.
-   It is passed to the master, which handles commands in a queue.
-   \{
-*/
-
-/*****************************************************************************/
-
-/**
    EtherCAT command type.
 */
 
@@ -98,7 +91,7 @@
 /*****************************************************************************/
 
 /**
-   EtherCAT command
+   EtherCAT command.
 */
 
 typedef struct
@@ -116,8 +109,6 @@
 }
 ec_command_t;
 
-/** \} */
-
 /*****************************************************************************/
 
 void ec_command_init(ec_command_t *);