]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdConfiguration.h
*** empty log message ***
[bbtk.git] / packages / std / src / bbstdConfiguration.h
index 00c89964bba5c7b203765adc42d15751138210b8..c85ff384a90986dec55ca2a1b4365f03bfaa7edb 100644 (file)
@@ -28,11 +28,11 @@ namespace bbstd
   BBTK_AUTHOR("jpr@creatis.insa-lyon.fr");
   BBTK_CATEGORY("misc");
   BBTK_DESCRIPTION("Gets configuration informations");
-  BBTK_OUTPUT(Configuration,BinPath,"Binaries path",std::string);
-  BBTK_OUTPUT(Configuration,DataPath,"Data path",std::string);
-  BBTK_OUTPUT(Configuration,DocPath,"Documentation path",std::string);
-  BBTK_OUTPUT(Configuration,FileSeparator,"/ or \\",std::string);  
-  BBTK_OUTPUT(Configuration,SystemType,"0=Linux 1=Windows",int);  
+  BBTK_OUTPUT(Configuration,BinPath,"Binaries path",std::string,"directory name");
+  BBTK_OUTPUT(Configuration,DataPath,"Data path",std::string,"directory name");
+  BBTK_OUTPUT(Configuration,DocPath,"Documentation path",std::string,"directory name");
+  BBTK_OUTPUT(Configuration,FileSeparator,"/ or \\",std::string,"");  
+  BBTK_OUTPUT(Configuration,SystemType,"0=Linux 1=Windows",int,"");  
   BBTK_END_DESCRIBE_BLACK_BOX(Configuration);
 }
 // EO namespace bbstd