Mercurial > retraceit
changeset 41:ae8e859de68e
Clarify some comments about constants
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 06 May 2015 18:18:26 +0200 |
parents | 89997d853bf6 |
children | 2836b6ed430a |
files | src/constants.h |
diffstat | 1 files changed, 9 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/constants.h Wed May 06 18:10:14 2015 +0200 +++ b/src/constants.h Wed May 06 18:18:26 2015 +0200 @@ -13,14 +13,20 @@ * This file can be included to pull in common * definitions in the application. */ -/**@def The version of the software package. */ +/**@def The version of the software package. + * + * Usually defined as Build parameter. + */ #ifndef VERSION #define VERSION "0.0.1" #endif -/**@def The user visible application name. */ +/**@def The user visible application name. + * + * Usually defined as Build parameter. + **/ #ifndef APPNAME -#define APPNAME "undefined" +#define APPNAME "unknown" #endif /**@def Short command line description. */