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