master/doxygen.c
branchstable-1.0
changeset 1618 5cff10efb927
child 1619 0d4119024f55
equal deleted inserted replaced
1617:9f83a343ae75 1618:5cff10efb927
       
     1 /******************************************************************************
       
     2  *
       
     3  *  $Id$
       
     4  *
       
     5  *  Copyright (C) 2006  Florian Pose, Ingenieurgemeinschaft IgH
       
     6  *
       
     7  *  This file is part of the IgH EtherCAT Master.
       
     8  *
       
     9  *  The IgH EtherCAT Master is free software; you can redistribute it
       
    10  *  and/or modify it under the terms of the GNU General Public License
       
    11  *  as published by the Free Software Foundation; version 2 of the License.
       
    12  *
       
    13  *  The IgH EtherCAT Master is distributed in the hope that it will be
       
    14  *  useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    15  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       
    16  *  GNU General Public License for more details.
       
    17  *
       
    18  *  You should have received a copy of the GNU General Public License
       
    19  *  along with the IgH EtherCAT Master; if not, write to the Free Software
       
    20  *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
       
    21  *
       
    22  *****************************************************************************/
       
    23 
       
    24 /**
       
    25    \file
       
    26    Just for the doxygen mainpage.
       
    27 */
       
    28 
       
    29 /*****************************************************************************/
       
    30 
       
    31 /**
       
    32    \mainpage The IgH EtherCAT master
       
    33 
       
    34    \section sec_docs Documentation
       
    35 
       
    36    You will find the code documentation in the modules section.
       
    37 
       
    38    There is an external API documentation for the realtime interface.
       
    39 
       
    40    For information how to build and install, see the README file.
       
    41 
       
    42    \section sec_contact Contact
       
    43 
       
    44    \verbatim
       
    45    Florian Pose <fp@igh-essen.com>
       
    46    Ingenieurgemeinschaft IgH
       
    47    Heinz-Baecker-Str. 34
       
    48    D-45356 Essen
       
    49    http://igh-essen.com
       
    50    \endverbatim
       
    51 
       
    52    \section sec_license License
       
    53 
       
    54    \verbatim
       
    55    Copyright (C) 2006  Florian Pose, Ingenieurgemeinschaft IgH
       
    56 
       
    57    This file is part of the IgH EtherCAT Master.
       
    58 
       
    59    The IgH EtherCAT Master is free software; you can redistribute it
       
    60    and/or modify it under the terms of the GNU General Public License
       
    61    as published by the Free Software Foundation; version 2 of the License.
       
    62 
       
    63    The IgH EtherCAT Master is distributed in the hope that it will be
       
    64    useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    65    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       
    66    GNU General Public License for more details.
       
    67 
       
    68    You should have received a copy of the GNU General Public License
       
    69    along with the IgH EtherCAT Master; if not, write to the Free Software
       
    70    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
       
    71    \endverbatim
       
    72 */
       
    73 
       
    74 /*****************************************************************************/