Changeset 67 in tspsg-svn for trunk/src/version.h


Ignore:
Timestamp:
Oct 24, 2009, 3:37:48 PM (15 years ago)
Author:
laleppa
Message:
  • Finished documentation.
  • Sorted all functions in .cpp files according to order of their declaration in .h files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/version.h

    r66 r67  
    1 /*! \mainpage
     1/*!
     2 * \file version.h
     3 * \author Copyright (C) 2007-2009 Lёppa <contacts[at]oleksii[dot]name>
    24 *
     5 *  $Id$
     6 *  $URL$
     7 *
     8 * \brief Contains TSPSG version information defines.
     9 *
     10 *  <b>TSPSG: TSP Solver and Generator</b>
     11 *
     12 *  This file is part of TSPSG.
     13 *
     14 *  TSPSG is free software: you can redistribute it and/or modify
     15 *  it under the terms of the GNU General Public License as published by
     16 *  the Free Software Foundation, either version 3 of the License, or
     17 *  (at your option) any later version.
     18 *
     19 *  TSPSG is distributed in the hope that it will be useful,
     20 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
     21 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     22 *  GNU General Public License for more details.
     23 *
     24 *  You should have received a copy of the GNU General Public License
     25 *  along with TSPSG.  If not, see <http://www.gnu.org/licenses/>.
     26 */
     27/*!
     28 * \mainpage
    329 * \image html tspsg.png
    430 *  <b>TSPSG: TSP Solver and Generator</b>
     
    733 *  $Id$
    834 *  $URL$
    9  *
    10  *  This file is part of TSPSG.
    1135 *
    1236 *  TSPSG is free software: you can redistribute it and/or modify
     
    2650#ifndef VERSION_H
    2751#define VERSION_H
    28 
    29 /*!
    30  * \file version.h
    31  * \brief This file contains TSPSG version information defines.
    32  */
    3352
    3453//! TSPSG version ID
Note: See TracChangeset for help on using the changeset viewer.