Changeset e0fcac5f2c in tspsg for src/resource.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/resource.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 resource.h
     3 * \author Copyright (C) 2007-2009 Lёppa <contacts[at]oleksii[dot]name>
    44 *
    55 *  $Id$
    66 *  $URL$
    77 *
     8 * \brief Contains windows resource IDs.
     9 *
     10 *  <b>TSPSG: TSP Solver and Generator</b>
     11 * 
    812 *  This file is part of TSPSG.
    913 *
     
    2428#include "version.h"
    2529
    26 /*!
    27  * \file resource.h
    28  * \brief This file contains windows resource IDs.
    29  */
    30 
    3130//! Version information resource ID
    3231#define VS_VERSION_INFO 1
Note: See TracChangeset for help on using the changeset viewer.