Changeset 67 in tspsg-svn for trunk/src/globals.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/globals.h

    r66 r67  
    1 /*
    2  *  TSPSG: TSP Solver and Generator
    3  * Copyright (C) 2007-2009 Lёppa <contacts[at]oleksii[dot]name>
     1/*!
     2 * \file globals.h
     3 * \author Copyright (C) 2007-2009 Lёppa <contacts[at]oleksii[dot]name>
    44 *
    55 *  $Id$
    66 *  $URL$
     7 *
     8 * \brief Contains TSPSG global defines.
     9 *
     10 *  <b>TSPSG: TSP Solver and Generator</b>
    711 *
    812 *  This file is part of TSPSG.
     
    2428#ifndef GLOBALS_H
    2529#define GLOBALS_H
    26 
    27 /*!
    28  * \file globals.h
    29  * \brief This file contains TSPSG global defines.
    30  */
    3130
    3231// INCLUDES
Note: See TracChangeset for help on using the changeset viewer.