diff src/constants.h @ 41:ae8e859de68e

Clarify some comments about constants
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 06 May 2015 18:18:26 +0200
parents 0c05958d254c
children 73e6b6b12412
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. */
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)