]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdConfiguration.h
*** empty log message ***
[bbtk.git] / packages / std / src / bbstdConfiguration.h
index 241b370c7563ef61bab1a3bfc5d96842111ede51..71408b6214567a24624c4fd7266185d4547bdd10 100644 (file)
@@ -11,6 +11,7 @@ namespace bbstd
   {
     BBTK_USER_BLACK_BOX_INTERFACE(Configuration,bbtk::AtomicBlackBox);
       BBTK_DECLARE_OUTPUT(DataPath,std::string);
+      BBTK_DECLARE_OUTPUT(DocPath,std::string);
       BBTK_DECLARE_OUTPUT(FileSeparator,std::string);
       BBTK_DECLARE_OUTPUT(SystemType,int);
     BBTK_PROCESS(DoProcess);
@@ -26,7 +27,8 @@ namespace bbstd
   BBTK_AUTHOR("jpr@creatis.insa-lyon.fr");
   BBTK_CATEGORY("misc");
   BBTK_DESCRIPTION("Gets configuration informations");
-  BBTK_OUTPUT(Configuration,DataPath,"Sample Data 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_END_DESCRIBE_BLACK_BOX(Configuration);