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