Changeset e0fcac5f2c in tspsg for src/globals.h


Ignore:
Timestamp:
Oct 24, 2009, 3:37:48 PM (15 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
8af59c4aa3
Parents:
85ad815b0b
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
  • src/globals.h

    r85ad815b0b re0fcac5f2c  
    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.