Changeset 85ad815b0b in tspsg for src/version.h


Ignore:
Timestamp:
Oct 21, 2009, 2:48:49 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:
e0fcac5f2c
Parents:
caef58b531
Message:

Some documentation updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/version.h

    rcaef58b531 r85ad815b0b  
    11/*! \mainpage
    22 *
     3 * \image html tspsg.png
    34 *  <b>TSPSG: TSP Solver and Generator</b>
    4  *  \author Copyright (C) 2007-2009 Lёppa <contacts[at]oleksii[dot]name>
     5 * \author Copyright (C) 2007-2009 Lёppa <contacts[at]oleksii[dot]name>
    56 *
    67 *  $Id$
     
    4647 *
    4748 * Build number meanings:
    48  *   - 1  --  3: alpha 1 to 3
    49  *   - 4  --  7: beta 1 to 4
    50  *   - 8  -- 10: rc 1 to 3
    51  *   - 11 --...: release 1 to ...
     49 *   - 1  --  3: <b>alpha</b> 1 to 3
     50 *   - 4  --  7: <b>beta</b> 1 to 4
     51 *   - 8  -- 10: <b>rc</b> 1 to 3
     52 *   - 11 --  x: <b>release</b> 1 to x-10
    5253 */
    5354#define BUILD_NUMBER 65535
     
    6970#endif // BUILD_NUMBER == 65535
    7071
     72//! \internal \brief A helper for QUOTE(x).
     73#define QUOTE_X(x) #x
    7174//! Used for "conversion" of \a x to quoted string
    72 #define QUOTE_X(x) #x
    7375#define QUOTE(x) QUOTE_X(x)
    7476
    7577/*!
    7678 * \def BUILD_VERSION
    77  * \brief Full version of TSPSG in the form: \a major.\a minor.\a release [\a status].
     79 * \brief Full version of TSPSG in the form: \c major.\c minor.\c release[ \c status].
    7880 */
    7981#ifndef BUILD_STATUS
Note: See TracChangeset for help on using the changeset viewer.