master/types.c
changeset 199 04ecf40fc2e9
parent 197 b9a6e2c22745
child 246 0bf7c769de06
--- a/master/types.c	Fri Apr 21 13:05:01 2006 +0000
+++ b/master/types.c	Mon Apr 24 10:10:02 2006 +0000
@@ -1,9 +1,5 @@
 /******************************************************************************
  *
- *  t y p e s . c
- *
- *  EtherCAT slave descriptions.
- *
  *  $Id$
  *
  *  Copyright (C) 2006  Florian Pose, Ingenieurgemeinschaft IgH
@@ -25,6 +21,14 @@
  *
  *****************************************************************************/
 
+/**
+   \file
+   EtherCAT slave descriptions.
+   \cond
+*/
+
+/*****************************************************************************/
+
 #include <linux/module.h>
 
 #include "globals.h"
@@ -207,6 +211,8 @@
     {&trlinenc2_sm0, &trlinenc2_sm1, &trlinenc2_sm2, &trlinenc2_sm3, NULL}
 };
 
+/** \endcond */
+
 /*****************************************************************************/
 
 /**